Fixed list of supported databases
This commit is contained in:
parent
d75ac1a799
commit
52ed948aa1
@ -19018,27 +19018,29 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<p>
|
||||
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:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Azure SQL Database</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
<li>HANA</li>
|
||||
<li>HSQLDB</li>
|
||||
<ul>
|
||||
<li>Azure SQL Data Warehouse</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2 LUW</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
<li>HANA</li>
|
||||
<li>HSQLDB</li>
|
||||
<li>Informix</li>
|
||||
<li>Ingres</li>
|
||||
<li>Ingres</li>
|
||||
<li>MariaDB</li>
|
||||
<li>Microsoft Access</li>
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>SQLite</li>
|
||||
<li>SQL Server</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
</ul>
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>Redshift</li>
|
||||
<li>SQL Server</li>
|
||||
<li>SQLite</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
<li>Vertica</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
For an up-to-date list of currently supported RDBMS and minimal versions, please refer to <a href="http://www.jooq.org/legal/licensing/#databases">http://www.jooq.org/legal/licensing/#databases</a>.
|
||||
|
||||
@ -19764,25 +19764,31 @@ Result<Record2<String, String>> 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:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Aurora MySQL Edition</li>
|
||||
<li>Aurora PostgreSQL Edition</li>
|
||||
<li>Azure SQL Data Warehouse</li>
|
||||
<li>Azure SQL Database</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
<li>HANA</li>
|
||||
<li>HSQLDB</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2 LUW</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
<li>HANA</li>
|
||||
<li>HSQLDB</li>
|
||||
<li>Informix</li>
|
||||
<li>Ingres</li>
|
||||
<li>Ingres</li>
|
||||
<li>MariaDB</li>
|
||||
<li>Microsoft Access</li>
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>SQLite</li>
|
||||
<li>SQL Server</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>Redshift</li>
|
||||
<li>SQL Server</li>
|
||||
<li>SQLite</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
<li>Teradata</li>
|
||||
<li>Vertica</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
||||
@ -19793,9 +19793,12 @@ Result<Record2<String, String>> 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:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Aurora MySQL Edition</li>
|
||||
<li>Aurora PostgreSQL Edition</li>
|
||||
<li>Azure SQL Data Warehouse</li>
|
||||
<li>Azure SQL Database</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2</li>
|
||||
<li>DB2 LUW</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
@ -19808,10 +19811,13 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>SQLite</li>
|
||||
<li>Redshift</li>
|
||||
<li>SQL Server</li>
|
||||
<li>SQLite</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
<li>Teradata</li>
|
||||
<li>Vertica</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
||||
@ -11692,7 +11692,7 @@ Result<BookRecord> result = create.selectFrom(BOOK).where(BOOK.ID.eq(5)).fetch()
|
||||
<ul>
|
||||
<li>Azure SQL Database</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2</li>
|
||||
<li>DB2 LUW</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
@ -11702,8 +11702,8 @@ Result<BookRecord> result = create.selectFrom(BOOK).where(BOOK.ID.eq(5)).fetch()
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>SQLite</li>
|
||||
<li>SQL Server</li>
|
||||
<li>SQLite</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
</ul>
|
||||
|
||||
@ -12624,7 +12624,7 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<ul>
|
||||
<li>Azure SQL Database</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2</li>
|
||||
<li>DB2 LUW</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
@ -12635,8 +12635,8 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>SQLite</li>
|
||||
<li>SQL Server</li>
|
||||
<li>SQLite</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
</ul>
|
||||
|
||||
@ -14003,7 +14003,7 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<ul>
|
||||
<li>Azure SQL Database</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2</li>
|
||||
<li>DB2 LUW</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
@ -14014,8 +14014,8 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>SQLite</li>
|
||||
<li>SQL Server</li>
|
||||
<li>SQLite</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
</ul>
|
||||
|
||||
@ -14710,7 +14710,7 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<ul>
|
||||
<li>Azure SQL Database</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2</li>
|
||||
<li>DB2 LUW</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
@ -14722,8 +14722,8 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>SQLite</li>
|
||||
<li>SQL Server</li>
|
||||
<li>SQLite</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
</ul>
|
||||
|
||||
@ -15746,7 +15746,7 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<ul>
|
||||
<li>Azure SQL Database</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2</li>
|
||||
<li>DB2 LUW</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
@ -15759,8 +15759,8 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>SQLite</li>
|
||||
<li>SQL Server</li>
|
||||
<li>SQLite</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
</ul>
|
||||
|
||||
@ -16190,7 +16190,7 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<ul>
|
||||
<li>Azure SQL Database</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2</li>
|
||||
<li>DB2 LUW</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
@ -16203,10 +16203,12 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>SQLite</li>
|
||||
<li>Redshift</li>
|
||||
<li>SQL Server</li>
|
||||
<li>SQLite</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
<li>Vertica</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
||||
@ -16490,7 +16490,7 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<ul>
|
||||
<li>Azure SQL Database</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2</li>
|
||||
<li>DB2 LUW</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
@ -16503,10 +16503,12 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>SQLite</li>
|
||||
<li>Redshift</li>
|
||||
<li>SQL Server</li>
|
||||
<li>SQLite</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
<li>Vertica</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
||||
@ -18605,7 +18605,7 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<ul>
|
||||
<li>Azure SQL Database</li>
|
||||
<li>CUBRID</li>
|
||||
<li>DB2</li>
|
||||
<li>DB2 LUW</li>
|
||||
<li>Derby</li>
|
||||
<li>Firebird</li>
|
||||
<li>H2</li>
|
||||
@ -18618,10 +18618,12 @@ Result<Record2<String, String>> result = create.select( Actor.ACTOR.FIRST_NAME,
|
||||
<li>MySQL</li>
|
||||
<li>Oracle</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>SQLite</li>
|
||||
<li>Redshift</li>
|
||||
<li>SQL Server</li>
|
||||
<li>SQLite</li>
|
||||
<li>Sybase Adaptive Server Enterprise</li>
|
||||
<li>Sybase SQL Anywhere</li>
|
||||
<li>Vertica</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user