[jOOQ/jOOQ#13412] Emulate UPDATE .. FROM with multiple tables or joins
This commit is contained in:
parent
42b1dff053
commit
8016b294b1
@ -687,6 +687,7 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
ctx.visit(mergeInto(table).using(mu.table()).on(mu.lookup().isEmpty() ? c : keyFieldsCondition(ctx, t, mu)).whenMatchedThenUpdate().set(um));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user