[jOOQ/jOOQ#8545] CockroachDB: Support INSERT ... ON CONFLICT ... WHERE

This commit is contained in:
Knut Wannheden 2019-12-16 17:59:58 +01:00
parent c19af44f92
commit b07bb8148e

View File

@ -37,6 +37,7 @@
*/
package org.jooq;
// ...
// ...
import static org.jooq.SQLDialect.CUBRID;
import static org.jooq.SQLDialect.DERBY;