[jOOQ/jOOQ#11015] Fix for CockroachDB as well

This commit is contained in:
Lukas Eder 2023-03-07 09:14:51 +01:00
parent 75efd8b6f7
commit 275df337f3

View File

@ -43,6 +43,7 @@ import static org.jooq.Clause.TABLE_VALUES;
// ...
// ...
// ...
// ...
import static org.jooq.SQLDialect.DERBY;
// ...
import static org.jooq.SQLDialect.FIREBIRD;