Merge pull request #7321 from xaibeha/xaibeha-patch-1
Make visiting a window actually conditional on its nullity.
This commit is contained in:
commit
f22d93f52b
@ -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