1
Fork 0

reserve most of the reserved keywords in the parser

This commit is contained in:
Jake Wheat 2014-04-19 00:18:15 +03:00
parent 6b5a29c052
commit 5d9a32a91d
3 changed files with 525 additions and 7 deletions
tools/Language/SQL/SimpleSQL

View file

@ -31,7 +31,7 @@ TODO: get all the commented out tests working
> -- table is a reservered keyword?
> --,"SELECT ROW(table.*) IS NULL FROM table;"
> ,"SELECT ROW(tablex.*) IS NULL FROM table;"
> ,"SELECT ROW(tablex.*) IS NULL FROM tablex;"
> ,"SELECT true OR somefunc();"