[jOOQ/jOOQ#18337] Wrong SQL generated when using inline derived table in UPDATE .. RETURNING emulation using UPSERT in MariaDB

This commit is contained in:
Lukas Eder 2025-04-23 14:33:57 +02:00
parent cad31e7cc3
commit 7aafff6e1f

View File

@ -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")) {