[jOOQ/jOOQ#2682] [jOOQ/jOOQ#15632] Support DEFAULT values in INSERT
This commit is contained in:
parent
0b0e73ce87
commit
5b9f5eb161
@ -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")) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user