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
SQL-Parser fails because it considers each value of the enum as a real keyword, instead of a simple string. Hence, next operations on the ALTER TABLE statements are not understood correctly, and it makes fail the parser.
This causes:
#n: A new statement was found, but no delimiter between it and the previous one. (near "'INSERT'" at position xxx)