From 6ab941312b15818a7020e62721de9c52f61cdf05 Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Tue, 17 Dec 2013 22:15:42 +0200 Subject: [PATCH] updated todo --- TODO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/TODO b/TODO index 3f2c1a0..a562f98 100644 --- a/TODO +++ b/TODO @@ -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 ----