reserve most of the reserved keywords in the parser
This commit is contained in:
parent
6b5a29c052
commit
5d9a32a91d
3 changed files with 525 additions and 7 deletions
tools/Language/SQL/SimpleSQL
|
@ -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();"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue