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
To allow parsing of commented SQL queries, queryparser should remove any line comments (beginning with -- and ending at the end of the line) and block comments (beginning with /* and ending with */) before parsing a query.
The text was updated successfully, but these errors were encountered:
To allow parsing of commented SQL queries, queryparser should remove any line comments (beginning with
--
and ending at the end of the line) and block comments (beginning with/*
and ending with*/
) before parsing a query.The text was updated successfully, but these errors were encountered: