change joins so natural is represented by separate field to on/using
some fixes and tweaks to the reserved keyword handling, especially in the typename parser
This commit is contained in:
parent
5d9a32a91d
commit
fea6e347bd
7 changed files with 73 additions and 51 deletions
tools/Language/SQL/SimpleSQL
|
@ -72,12 +72,12 @@ expression parts.
|
|||
> ,"'bad"
|
||||
> ,"bad'"
|
||||
|
||||
> ,"interval '5' ays"
|
||||
> ,"interval '5' days (4.4)"
|
||||
> ,"interval '5' days (a)"
|
||||
> ,"intervala '5' days"
|
||||
> ,"interval 'x' days (3"
|
||||
> ,"interval 'x' days 3)"
|
||||
> ,"interval '5' ay"
|
||||
> ,"interval '5' day (4.4)"
|
||||
> ,"interval '5' day (a)"
|
||||
> ,"intervala '5' day"
|
||||
> ,"interval 'x' day (3"
|
||||
> ,"interval 'x' day 3)"
|
||||
|
||||
> ,"1badiden"
|
||||
> ,"$"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue