diff --git a/jOOQ-test/src/org/jooq/test/sqlite/generatedclasses/DefaultSchema.java b/jOOQ-test/src/org/jooq/test/sqlite/generatedclasses/DefaultSchema.java
new file mode 100644
index 0000000000..7d3ccf8d17
--- /dev/null
+++ b/jOOQ-test/src/org/jooq/test/sqlite/generatedclasses/DefaultSchema.java
@@ -0,0 +1,51 @@
+/**
+ * This class is generated by jOOQ
+ */
+package org.jooq.test.sqlite.generatedclasses;
+
+/**
+ * This class is generated by jOOQ.
+ */
+@java.lang.SuppressWarnings("all")
+public class DefaultSchema extends org.jooq.impl.SchemaImpl {
+
+ private static final long serialVersionUID = -1700163586;
+
+ /**
+ * The singleton instance of
+ */
+ public static final DefaultSchema DEFAULT_SCHEMA = new DefaultSchema();
+
+ /**
+ * No further instances allowed
+ */
+ private DefaultSchema() {
+ super("");
+ }
+
+ @Override
+ public final java.util.List> getTables() {
+ return java.util.Arrays.>asList(
+ org.jooq.test.sqlite.generatedclasses.tables.VLibrary.V_LIBRARY,
+ org.jooq.test.sqlite.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE,
+ org.jooq.test.sqlite.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST,
+ org.jooq.test.sqlite.generatedclasses.tables.T_785.T_785,
+ org.jooq.test.sqlite.generatedclasses.tables.T_986_1.T_986_1,
+ org.jooq.test.sqlite.generatedclasses.tables.T_986_2.T_986_2,
+ org.jooq.test.sqlite.generatedclasses.tables.TAuthor.T_AUTHOR,
+ org.jooq.test.sqlite.generatedclasses.tables.TBook.T_BOOK,
+ org.jooq.test.sqlite.generatedclasses.tables.TBookStore.T_BOOK_STORE,
+ org.jooq.test.sqlite.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE,
+ org.jooq.test.sqlite.generatedclasses.tables.TBooleans.T_BOOLEANS,
+ org.jooq.test.sqlite.generatedclasses.tables.TDates.T_DATES,
+ org.jooq.test.sqlite.generatedclasses.tables.TLanguage.T_LANGUAGE,
+ org.jooq.test.sqlite.generatedclasses.tables.TTriggers.T_TRIGGERS,
+ org.jooq.test.sqlite.generatedclasses.tables.VAuthor.V_AUTHOR,
+ org.jooq.test.sqlite.generatedclasses.tables.VBook.V_BOOK,
+ org.jooq.test.sqlite.generatedclasses.tables.XTestCase_2025.X_TEST_CASE_2025,
+ org.jooq.test.sqlite.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69,
+ org.jooq.test.sqlite.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71,
+ org.jooq.test.sqlite.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85,
+ org.jooq.test.sqlite.generatedclasses.tables.XUnused.X_UNUSED);
+ }
+}
diff --git a/jOOQ-test/src/org/jooq/test/sqlite/generatedclasses/tables/TAuthor.java b/jOOQ-test/src/org/jooq/test/sqlite/generatedclasses/tables/TAuthor.java
index 1a15f31f4c..be18c2523f 100644
--- a/jOOQ-test/src/org/jooq/test/sqlite/generatedclasses/tables/TAuthor.java
+++ b/jOOQ-test/src/org/jooq/test/sqlite/generatedclasses/tables/TAuthor.java
@@ -9,7 +9,7 @@ package org.jooq.test.sqlite.generatedclasses.tables;
@java.lang.SuppressWarnings("all")
public class TAuthor extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = -771316680;
+ private static final long serialVersionUID = -1728221493;
/**
* The singleton instance of t_author
@@ -58,7 +58,7 @@ public class TAuthor extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = 1784331633;
+ private static final long serialVersionUID = 1727862334;
/**
* The singleton instance of t_book
@@ -73,7 +73,7 @@ public class TBook extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = -823260076;
+ private static final long serialVersionUID = -1694538975;
/**
* The singleton instance of t_book_store
@@ -33,7 +33,7 @@ public class TBookStore extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = -1359257272;
+ private static final long serialVersionUID = 1692105237;
/**
* The singleton instance of t_book_to_book_store
@@ -43,7 +43,7 @@ public class TBookToBookStore extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = -472459184;
+ private static final long serialVersionUID = 595933987;
/**
* The singleton instance of t_booleans
@@ -83,7 +83,7 @@ public class TBooleans extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = 950406246;
+ private static final long serialVersionUID = 618851059;
/**
* The singleton instance of t_dates
@@ -58,7 +58,7 @@ public class TDates extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = 1308307264;
+ private static final long serialVersionUID = -2092951917;
/**
* The singleton instance of t_language
@@ -48,7 +48,7 @@ public class TLanguage extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = 476407094;
+ private static final long serialVersionUID = -262484221;
/**
* The singleton instance of t_triggers
@@ -43,7 +43,7 @@ public class TTriggers extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = -1435501130;
+ private static final long serialVersionUID = -1945389367;
/**
* The singleton instance of t_639_numbers_table
@@ -93,7 +93,7 @@ public class T_639NumbersTable extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = -559148120;
+ private static final long serialVersionUID = 526534069;
/**
* The singleton instance of t_725_lob_test
@@ -38,7 +38,7 @@ public class T_725LobTest extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = -59272342;
+ private static final long serialVersionUID = 1789838973;
/**
* The singleton instance of t_785
@@ -43,6 +43,6 @@ public class T_785 extends org.jooq.impl.TableImpl {
- private static final long serialVersionUID = -1203662956;
+ private static final long serialVersionUID = 942723367;
/**
* The singleton instance of t_986_1
@@ -33,7 +33,7 @@ public class T_986_1 extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = -1893300651;
+ private static final long serialVersionUID = 1450129256;
/**
* The singleton instance of t_986_2
@@ -33,7 +33,7 @@ public class T_986_2 extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = -331902585;
+ private static final long serialVersionUID = 764216858;
/**
* The singleton instance of v_author
@@ -58,6 +58,6 @@ public class VAuthor extends org.jooq.impl.TableImpl {
- private static final long serialVersionUID = 156390084;
+ private static final long serialVersionUID = 1531345111;
/**
* The singleton instance of v_book
@@ -73,6 +73,6 @@ public class VBook extends org.jooq.impl.TableImpl {
- private static final long serialVersionUID = -1040605435;
+ private static final long serialVersionUID = 750597272;
/**
* The singleton instance of V_LIBRARY
@@ -38,6 +38,6 @@ public class VLibrary extends org.jooq.impl.TableImpl {
- private static final long serialVersionUID = -989197290;
+ private static final long serialVersionUID = 1589841763;
/**
* The singleton instance of x_test_case_2025
@@ -38,7 +38,7 @@ public class XTestCase_2025 extends org.jooq.impl.TableImpl {
- private static final long serialVersionUID = 1015702086;
+ private static final long serialVersionUID = 922452441;
/**
* The singleton instance of x_test_case_64_69
@@ -38,7 +38,7 @@ public class XTestCase_64_69 extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = 1898368696;
+ private static final long serialVersionUID = -1085782779;
/**
* The singleton instance of x_test_case_71
@@ -38,7 +38,7 @@ public class XTestCase_71 extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = 1078570612;
+ private static final long serialVersionUID = -1999897209;
/**
* The singleton instance of x_test_case_85
@@ -43,7 +43,7 @@ public class XTestCase_85 extends org.jooq.impl.UpdatableTableImpl {
- private static final long serialVersionUID = -1440511778;
+ private static final long serialVersionUID = -320664783;
/**
* The singleton instance of x_unused
@@ -98,7 +98,7 @@ public class XUnused extends org.jooq.impl.UpdatableTableImpl