1
Fork 0

updated todo

This commit is contained in:
Jake Wheat 2013-12-17 22:15:42 +02:00
parent bcd06d1ef9
commit 6ab941312b

16
TODO
View file

@ -1,8 +1,12 @@
next release:
rename the github project to use - instead of underscores
add to website: pretty printed tpch, maybe other queries as
demonstration
add preamble to the rendered test page
review tests to copy from hssqlppp
collate? -> postfix operator which binds very tightly:
@ -15,6 +19,10 @@ select a from t order by a collate 'C': add to order by syntax, one
collation per column
have to do fixity for this to work
all ansi string literal syntax?
check ansi standard for operators
much more table reference tests, for joins and aliases etc.
review internal sql collection for more syntax/tests
@ -23,6 +31,14 @@ review syntax to replace maybe and bool with better ctors
----
add toc to rendered test page
move supported sql summary to separate page
add some examples to home page
add links from the supported sql page to the rendered test page for
each section
----
demo: convert tpch to sql server syntax exe processor
----