-
Notifications
You must be signed in to change notification settings - Fork 489
Closed
Labels
help wantedExtra attention is neededExtra attention is neededtype/enhancementNew feature or requestNew feature or request
Description
Now parser's error message is useless,
e.g. execute those script:
select1 1;
pingcap/parser will got:
ERROR 1105 (HY000): line 1 column 7 near " 1" (total length 9)
for MySQL will be:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select1 1' at line 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededtype/enhancementNew feature or requestNew feature or request