diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/html-page.xsl b/jOOQ-manual/src/main/resources/org/jooq/web/html-page.xsl
index d36f340362..798e0e4fa4 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/html-page.xsl
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/html-page.xsl
@@ -82,36 +82,24 @@ function printContent() {
-
- This page in other versions:
+
+ All versions:
-
-
+
+
+
-
-
-
+ | Development versions:
-
- |
-
- Old, end-of-life releases:
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+ | Unsupported versions:
+
+
+
+
@@ -168,4 +156,29 @@ function printContent() {
#
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/html-pages.xsl b/jOOQ-manual/src/main/resources/org/jooq/web/html-pages.xsl
index 583d1e1ef2..4d52a1a9c8 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/html-pages.xsl
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/html-pages.xsl
@@ -131,45 +131,24 @@ function printContent() {
-
- This page in other versions:
+
+ All versions:
-
-
+
+
+
-
-
-
+ | Development versions:
-
- |
-
- Old, end-of-life releases:
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ | Unsupported versions:
+
+
+
+
@@ -289,4 +268,41 @@ function printContent() {
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
index bf6cd65da5..b072f006fe 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
@@ -39,7 +39,7 @@
* This library is distributed with a LIMITED WARRANTY. See the jOOQ License
* and Maintenance Agreement for more details: http://www.jooq.org/licensing
-->
-
+
The jOOQ User Manual. Multiple Pages
@@ -13626,7 +13626,8 @@ public class DeleteOrUpdateWithoutWhereException extends RuntimeException {}
try (Connection c = DSL.using(configuration).parsingConnection();
Statement s = c.createStatement();
- // This syntax is not supported in Oracle, but thanks to the parser and jOOQ, it will run on Oracle and produce the expected result
+ // This syntax is not supported in Oracle, but thanks to the parser and jOOQ,
+ // it will run on Oracle and produce the expected result
ResultSet rs = s.executeQuery("SELECT * FROM (VALUES (1, 'a'), (2, 'b')) t(x, y)")) {
while (rs.next())