[jOOQ/jOOQ#15732] Remove experimental status from dialect

This commit is contained in:
Lukas Eder 2024-03-27 13:56:47 +01:00
parent f1fda3c9bb
commit d001e3f3f2

View File

@ -118,13 +118,7 @@ public enum SQLDialect {
/**
* The DuckDB dialect family.
* <p>
* jOOQ integration tests have found that this RDBMS is in a beta state. We
* do not run the complete integration test suite against it, nor do we
* regression test, currently, until significant issues are resolved in both
* the RDBMS and the JDBC driver.
*/
@Experimental
DUCKDB("DuckDB", false, true),
/**