[jOOQ/jOOQ#10548] Unnecessary stack elements when SelectQueryImpl doesn't have both semi join and where clause predicates
This commit is contained in:
parent
d322ea4d63
commit
d98d9eb7ca
@ -1722,7 +1722,7 @@ final class SelectQueryImpl<R extends Record> extends AbstractResultQuery<R> imp
|
||||
actual.addConditions(semiAntiJoinPredicates);
|
||||
|
||||
if (where.hasWhere())
|
||||
actual.addConditions(where);
|
||||
actual.addConditions(where.getWhere());
|
||||
|
||||
context.formatSeparator()
|
||||
.visit(K_WHERE)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user