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
Parser errors should be way more friendly, they should at least:
Describe the exact position (line/column number)
Show more surrounding tokens or the whole line so its much easier to understand where the error is.
Provide helpful tips for common misconceptions. For example, inline PRIMARY KEY should provide a link to the doc with a example rather than just say "error at PRIMARY"
The text was updated successfully, but these errors were encountered:
Parser errors should be way more friendly, they should at least:
The text was updated successfully, but these errors were encountered: