fix regression in extract function parsing, some small tweaks
This commit is contained in:
parent
7e38efc0bf
commit
9f2ff37c54
5 changed files with 8 additions and 12 deletions
Language/SQL/SimpleSQL
|
@ -182,7 +182,7 @@ windows, etc.)
|
|||
> ,"cursor" -- keyword
|
||||
> ,"cycle" --keyword
|
||||
> ,"date" -- type
|
||||
> ,"day" -- keyword?
|
||||
> --,"day" -- keyword? - the parser needs it to not be a keyword to parse extract at the moment
|
||||
> ,"deallocate" -- keyword
|
||||
> ,"dec" -- type
|
||||
> ,"decimal" -- type
|
||||
|
@ -237,7 +237,7 @@ windows, etc.)
|
|||
> ,"groups"
|
||||
> ,"having"
|
||||
> ,"hold"
|
||||
> ,"hour"
|
||||
> --,"hour"
|
||||
> ,"identity"
|
||||
> ,"in"
|
||||
> ,"indicator"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue