You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agreed -- and support for /* ... */-style comments would also be nice.
The best way to do this is perhaps to pre-process the entire input string with a parse rule (or regex) that removes all comments before running through the normal parser sequence.
I'll try to implement this when I get a chance -- probably not for another two weeks or so, though.
It would be nice to be able to parse SQL statements with comments in them.
Example
The text was updated successfully, but these errors were encountered: