1
Fork 0

improve error messages

This commit is contained in:
Jake Wheat 2014-04-18 12:28:05 +03:00
parent 2cad424379
commit 247c7a26b7
2 changed files with 54 additions and 27 deletions

6
TODO
View file

@ -115,7 +115,11 @@ quantified comparison: left factor with normal comparison
multi word operator names in expressions
hardcode all the symbols in the symbol parser/split?
left factor the not in 'not in' and 'not between', maybe others
rules for changing the multi keyword parsing:
if a keyword must be followed by another
e.g. left join, want to refactor to produce 'expected "left join"'
if the keyword is optionally followed by another, e.g. with
recursive, then don't do this.
future big feature summary:
all ansi sql queries