Make visiting a window conditional on its nullity.
This commit is contained in:
parent
cba7839d6a
commit
bdf520010e
@ -78,7 +78,7 @@ final class WindowDefinitionImpl extends AbstractQueryPart implements WindowDefi
|
||||
.visit(K_AS)
|
||||
.sql(" (");
|
||||
|
||||
if (window != null);
|
||||
if (window != null)
|
||||
ctx.visit(window);
|
||||
|
||||
ctx.sql(')');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user