Closed
Description
Nested /*
comments used to be parsed as such by sqlparser, but have been broken by the 0.54 release.
The following works in postgresql and mssql:
select /* /* comment */ */ 1;
and it used to be parsed correctly by sqlparser, but now is not.
Initially reported in sqlpage/SQLPage#834
Metadata
Metadata
Assignees
Labels
No labels