[jOOQ/jOOQ#3505] Emulate this also for Db2

This commit is contained in:
Lukas Eder 2020-09-28 21:00:51 +02:00
parent fbfa2e82ee
commit 172a29d421

View File

@ -51,6 +51,7 @@ import static org.jooq.Comparator.NOT_IN;
// ...
// ...
// ...
// ...
import static org.jooq.SQLDialect.DERBY;
import static org.jooq.SQLDialect.FIREBIRD;
import static org.jooq.SQLDialect.H2;