updated todo
This commit is contained in:
parent
bcd06d1ef9
commit
6ab941312b
16
TODO
16
TODO
|
@ -1,8 +1,12 @@
|
||||||
next release:
|
next release:
|
||||||
|
|
||||||
|
rename the github project to use - instead of underscores
|
||||||
|
|
||||||
add to website: pretty printed tpch, maybe other queries as
|
add to website: pretty printed tpch, maybe other queries as
|
||||||
demonstration
|
demonstration
|
||||||
|
|
||||||
|
add preamble to the rendered test page
|
||||||
|
|
||||||
review tests to copy from hssqlppp
|
review tests to copy from hssqlppp
|
||||||
|
|
||||||
collate? -> postfix operator which binds very tightly:
|
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
|
collation per column
|
||||||
have to do fixity for this to work
|
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.
|
much more table reference tests, for joins and aliases etc.
|
||||||
|
|
||||||
review internal sql collection for more syntax/tests
|
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
|
demo: convert tpch to sql server syntax exe processor
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue