1
Fork 0

fix regression in extract function parsing, some small tweaks

This commit is contained in:
Jake Wheat 2019-08-31 18:12:35 +01:00
parent 7e38efc0bf
commit 9f2ff37c54
5 changed files with 8 additions and 12 deletions
Language/SQL/SimpleSQL

View file

@ -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"