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 may not be trivial as it firstly looks like, since IF and EXISTS can be valid table name (NOT is invalid for PG but valid in sqlparser-rs by default).
Push #3472 to terminate parsing on invalid columns eagerly so we can have a much simpler context when considering this issue.
What type of enhancement is this?
User experience
What does the enhancement do?
throws:
But it's actually because
IF NOT EXIST
should beIF NOT EXISTS
.Implementation challenges
No response
The text was updated successfully, but these errors were encountered: