rename ValueExpr to ScalarExpr
This commit is contained in:
parent
09223c3de9
commit
a2645ace3f
15 changed files with 418 additions and 413 deletions
17
TODO
17
TODO
|
@ -1,21 +1,24 @@
|
|||
medium tasks next release
|
||||
unescaping identifiers and strings
|
||||
continuation strings testing
|
||||
refactor the symbol lexers - lots of duplicated code
|
||||
rename valueexpr to scalarexpr
|
||||
syntax from hssqlppp:
|
||||
query hints, join hints
|
||||
|
||||
rename combinequeryexpr
|
||||
add comment to statements?
|
||||
review simple enums to make sure they have default
|
||||
use enum in sign in interval literal
|
||||
|
||||
syntax from hssqlppp:
|
||||
query hints, join hints
|
||||
|
||||
unescaping identifiers and strings
|
||||
continuation strings testing
|
||||
|
||||
work on better dialect design: more basic customizability and rule /
|
||||
callback driven
|
||||
|
||||
review/fix documentation and website
|
||||
fix the groups for generated tests
|
||||
|
||||
check the .cabal file module lists
|
||||
|
||||
|
||||
medium tasks next release + 1
|
||||
add annotation
|
||||
|
@ -87,7 +90,7 @@ compare every so often to catch regressions and approve improvements
|
|||
start with tpch, and then add some others
|
||||
|
||||
same with invalid statements to see the error messages
|
||||
start with some simple value exprs and a big query expr which has
|
||||
start with some simple scalar exprs and a big query expr which has
|
||||
stuff (either tokens, whitespace or junk strings)
|
||||
semi-systematically added and/or removed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue