-
Notifications
You must be signed in to change notification settings - Fork 20
Improve parser errors #138
Copy link
Copy link
Open
Description
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"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels