[jOOQ/jOOQ#2682] [jOOQ/jOOQ#15632] Support DEFAULT values in INSERT

This commit is contained in:
Lukas Eder 2023-10-05 16:30:27 +02:00
parent 0b0e73ce87
commit 5b9f5eb161

View File

@ -391,28 +391,25 @@ implements
// in the inline derived table specification, and the alias must reflect that
Table<?> m = DSL.table(name("t"));
if ((onDuplicateKeyIgnore || onDuplicateKeyUpdate) && ctx.configuration().requireCommercial(() -> "InlineDerivedTable emulation for INSERT .. ON DUPLICATE KEY clauses is available in the commercial jOOQ editions only")) {