1
Fork 0

few small fixes

untested fix for case insensitive keywords
add partial support for interval literals
fix bug in prefix operator cast parsing
This commit is contained in:
Jake Wheat 2013-12-14 00:07:45 +02:00
parent 9c4719bda3
commit f08f4eb13b
5 changed files with 27 additions and 13 deletions

7
TODO
View file

@ -3,7 +3,7 @@
first release:
complete the parsing for the tests in the Tests.lhs
case insensivity
case insensivity DONE?
get tpch parsing
check the pretty printer on the tpch queries
add automated tests to cabal
@ -20,7 +20,7 @@ dialect switching
refactor the join parsing
left factor parsing code
left factor parsing code in remaining places
reimplement the fixity thing natively
@ -31,8 +31,6 @@ position annotation
= sql support
case insensitivity
scalar function syntax:
standard interval literal
@ -54,7 +52,6 @@ escapes in string literals
full number literals -> other bases?
group by (), grouping sets(), cube, rollup
lateral
corresponding
named windows
table, values
cte