[jOOQ/jOOQ#15732] Remove experimental status from dialect
This commit is contained in:
parent
f1fda3c9bb
commit
d001e3f3f2
@ -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),
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user