Closed shokre closed 5 years ago
When sub select starts with a comment tree is not properly parsed.
For instance
SELECT (-- comment select colA FRom TableA) as b From test t
parses subselect as bracket_expression instead of sub_query
Added test case
When sub select starts with a comment tree is not properly parsed.
For instance
parses subselect as bracket_expression instead of sub_query
Added test case