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
This looks interesting... GO acts as a statement terminator, but according to the docs a semicolon after GO shouldn't be used. I think that's why the parser is a bit confused here ;)
Describe the bug
When I'm using an "INSERT" preceded by "USE dbname; GO;", typically used in SQL Server, the first INSERT gives an error, being recognized as UNKNOWN .
Example code follows.
Output....
Expected behavior
I understand that there is a problem when the INSERT is preceded by tags not recognized by sqlparser (USE, GO)
Versions (please complete the following information):
Additional context
Maybe this problem is also related to the issue #727
The text was updated successfully, but these errors were encountered: