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 9d97907ccb..8936d93851 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 @@ -19018,27 +19018,29 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,

Every RDMBS out there has its own little specialties. jOOQ considers those specialties as much as possible, while trying to standardise the behaviour in jOOQ. In order to increase the quality of jOOQ, some 70 unit tests are run for syntax and variable binding verification, as well as some 400 integration tests with an overall of around 4000 queries for any of these databases:

-

For an up-to-date list of currently supported RDBMS and minimal versions, please refer to http://www.jooq.org/legal/licensing/#databases. 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 34e64effb9..c186678651 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 @@ -19764,25 +19764,31 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME, Every RDMBS out there has its own little specialties. jOOQ considers those specialties as much as possible, while trying to standardise the behaviour in jOOQ. In order to increase the quality of jOOQ, some 70 unit tests are run for syntax and variable binding verification, as well as some 400 integration tests with an overall of around 4000 queries for any of these databases:

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 ec6e64ca56..1e02602eb9 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 @@ -19793,9 +19793,12 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME, Every RDMBS out there has its own little specialties. jOOQ considers those specialties as much as possible, while trying to standardise the behaviour in jOOQ. In order to increase the quality of jOOQ, some 70 unit tests are run for syntax and variable binding verification, as well as some 400 integration tests with an overall of around 4000 queries for any of these databases:

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 d2125026aa..8e77014d23 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 @@ -11692,7 +11692,7 @@ Result result = create.selectFrom(BOOK).where(BOOK.ID.eq(5)).fetch()

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 b752c6c41a..9937be2b53 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 @@ -12624,7 +12624,7 @@ Result> result = create.select( Actor.ACTOR.FIRST_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 b3bc89c586..d313ccaac5 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 @@ -14003,7 +14003,7 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,
  • Azure SQL Database
  • CUBRID
  • -
  • DB2
  • +
  • DB2 LUW
  • Derby
  • Firebird
  • H2
  • @@ -14014,8 +14014,8 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,
  • MySQL
  • Oracle
  • PostgreSQL
  • -
  • SQLite
  • SQL Server
  • +
  • SQLite
  • Sybase Adaptive Server Enterprise
  • Sybase SQL Anywhere
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 a95d3aa2fe..21ebb9a3b3 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 @@ -14710,7 +14710,7 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,
  • Azure SQL Database
  • CUBRID
  • -
  • DB2
  • +
  • DB2 LUW
  • Derby
  • Firebird
  • H2
  • @@ -14722,8 +14722,8 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,
  • MySQL
  • Oracle
  • PostgreSQL
  • -
  • SQLite
  • SQL Server
  • +
  • SQLite
  • Sybase Adaptive Server Enterprise
  • Sybase SQL Anywhere
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 6819587c37..c537ff3936 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 @@ -15746,7 +15746,7 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,
  • Azure SQL Database
  • CUBRID
  • -
  • DB2
  • +
  • DB2 LUW
  • Derby
  • Firebird
  • H2
  • @@ -15759,8 +15759,8 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,
  • MySQL
  • Oracle
  • PostgreSQL
  • -
  • SQLite
  • SQL Server
  • +
  • SQLite
  • Sybase Adaptive Server Enterprise
  • Sybase SQL Anywhere
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 83f100a556..bef6987438 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 @@ -16190,7 +16190,7 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,
  • Azure SQL Database
  • CUBRID
  • -
  • DB2
  • +
  • DB2 LUW
  • Derby
  • Firebird
  • H2
  • @@ -16203,10 +16203,12 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,
  • MySQL
  • Oracle
  • PostgreSQL
  • -
  • SQLite
  • +
  • Redshift
  • SQL Server
  • +
  • SQLite
  • Sybase Adaptive Server Enterprise
  • Sybase SQL Anywhere
  • +
  • Vertica

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 0c4777dce7..d3d8b023d3 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 @@ -16490,7 +16490,7 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,

  • Azure SQL Database
  • CUBRID
  • -
  • DB2
  • +
  • DB2 LUW
  • Derby
  • Firebird
  • H2
  • @@ -16503,10 +16503,12 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,
  • MySQL
  • Oracle
  • PostgreSQL
  • -
  • SQLite
  • +
  • Redshift
  • SQL Server
  • +
  • SQLite
  • Sybase Adaptive Server Enterprise
  • Sybase SQL Anywhere
  • +
  • Vertica

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 12cf7edcd8..6f16877c74 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 @@ -18605,7 +18605,7 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,

  • Azure SQL Database
  • CUBRID
  • -
  • DB2
  • +
  • DB2 LUW
  • Derby
  • Firebird
  • H2
  • @@ -18618,10 +18618,12 @@ Result> result = create.select( Actor.ACTOR.FIRST_NAME,
  • MySQL
  • Oracle
  • PostgreSQL
  • -
  • SQLite
  • +
  • Redshift
  • SQL Server
  • +
  • SQLite
  • Sybase Adaptive Server Enterprise
  • Sybase SQL Anywhere
  • +
  • Vertica