[jOOQ/jOOQ#18337] Wrong SQL generated when using inline derived table in UPDATE .. RETURNING emulation using UPSERT in MariaDB
This commit is contained in:
parent
cad31e7cc3
commit
7aafff6e1f
@ -406,6 +406,8 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
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