1
Fork 0

add iden keywords and app keywords to the dialect

This commit is contained in:
Jake Wheat 2019-09-01 09:34:10 +01:00
parent 9f2ff37c54
commit 86f5e203af
5 changed files with 77 additions and 22 deletions

9
TODO
View file

@ -4,6 +4,15 @@ review alters, and think about adding rename versions
which are really common and useful, but not in ansi
https://github.com/JakeWheat/simple-sql-parser/issues/20
try to get some control over the pretty printing and the error
messages by creating some dumps of pretty printing and error messages,
then can rerun these every so often to see how they've changed
-> expose in the dialect:
keywords which can (also?) appear as identifiers in scalar expressions
keywords which can (also?) appear as app-likes - this is already implemented
finish off going through the keyword list
do more examples