diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-2.6.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-2.6.xml
index cb3d58d9b8..d3a45c491d 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-2.6.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-2.6.xml
@@ -3944,7 +3944,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -6368,7 +6369,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.0.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.0.xml
index a3c02fd793..0988a871d9 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.0.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.0.xml
@@ -4933,7 +4933,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -7811,7 +7812,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.1.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.1.xml
index e92da431ea..a474fa24dc 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.1.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.1.xml
@@ -5331,7 +5331,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -8400,7 +8401,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
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 cf42ad6634..87c3ae8b88 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
@@ -8276,7 +8276,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -12267,7 +12268,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml
index 1bbe53d60e..88c3618a2e 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml
@@ -8490,7 +8490,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -12506,7 +12507,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml
index 581e1827b3..c93db1e718 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml
@@ -8504,7 +8504,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -12520,7 +12521,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.2.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.2.xml
index 34d57b9e9c..29a7ca3405 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.2.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.2.xml
@@ -5546,7 +5546,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -8716,7 +8717,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.3.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.3.xml
index f4ae16ae7c..956badeb6b 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.3.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.3.xml
@@ -6201,7 +6201,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -9515,7 +9516,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.4.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.4.xml
index 7987200bec..27287faa92 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.4.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.4.xml
@@ -7107,7 +7107,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -10481,7 +10482,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.5.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.5.xml
index c1e3556d6a..2fece9cfbe 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.5.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.5.xml
@@ -7491,7 +7491,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -10915,7 +10916,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.6.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.6.xml
index fb045ba34f..9eba6b2d6e 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.6.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.6.xml
@@ -7645,7 +7645,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -11349,7 +11350,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.7.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.7.xml
index ee2830f0d4..edfaf3eeaa 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.7.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.7.xml
@@ -7917,7 +7917,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -11700,7 +11701,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml
index 4154095345..e28ea25f83 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml
@@ -8093,7 +8093,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -11924,7 +11925,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml
index bfb78ad2d3..419f3b913b 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml
@@ -8228,7 +8228,8 @@ Field nextval();]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
@@ -12085,7 +12086,8 @@ BigInteger currID = create.currval(S_AUTHOR_ID);]]>
s = S_AUTHOR_ID.nextval();
+BigInteger nextID = create.select(s).fetchOne(s);
// Reference the sequence in an INSERT statement:
create.insertInto(AUTHOR, AUTHOR.ID, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)