Skip to content

Commit 557831d

Browse files
committed
Fixes linkage of SubSelect to Node
1 parent d6b4e4d commit 557831d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3488,6 +3488,7 @@ SubSelect SubSelect() #SubSelect:
34883488
selectBody=SelectBody()
34893489
{
34903490
subSelect.setSelectBody(selectBody);
3491+
linkAST(subSelect,jjtThis);
34913492
return subSelect;
34923493
}
34933494
}

0 commit comments

Comments
 (0)