[jOOQ/jOOQ#15625] QOM.Delete mutators produce a copy that always has a RETURNING clause
This commit is contained in:
parent
36673ae12e
commit
bef6c3b187
@ -432,7 +432,10 @@ implements
|
||||
r.condition.addConditions(extractCondition(condition));
|
||||
r.orderBy.addAll(orderBy);
|
||||
r.limit = limit;
|
||||
r.setReturning(returning);
|
||||
|
||||
if (!returning.isEmpty())
|
||||
r.setReturning(returning);
|
||||
|
||||
finisher.accept(r);
|
||||
return r;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user