[jOOQ/jOOQ#8545] Add CockroachDB support for ON CONFLICT

This commit is contained in:
Lukas Eder 2019-11-13 16:28:37 +01:00
parent 6c60eb37d7
commit 55bf49925b

View File

@ -332,6 +332,7 @@ final class InsertQueryImpl<R extends Record> extends AbstractStoreQuery<R> impl
case POSTGRES:
case SQLITE: {
toSQLInsert(ctx);