work around for haddock refusal to parse literal comment lines with *
in first character position get rid of code_units since these are not in sql2011 implement next value for parse the nullary functions with reserved names updates to the sql2003 file
This commit is contained in:
parent
7057241974
commit
7a7f4ba7aa
7 changed files with 167 additions and 66 deletions
9
TODO
9
TODO
|
@ -1,5 +1,11 @@
|
|||
continue 2003 review and tests
|
||||
|
||||
1. start replacing the 2003 stuff with 2011
|
||||
2. create an error message document for the website
|
||||
- base of error messages but add some more variations
|
||||
3. start thinking about tests for invalid syntax
|
||||
|
||||
|
||||
touch up the expr hack as best as can
|
||||
|
||||
careful review of token parses wrt trailing delimiters/junk
|
||||
|
@ -56,6 +62,8 @@ rules for changing the multi keyword parsing:
|
|||
|
||||
rough SQL 2003 todo, including tests to write:
|
||||
|
||||
switch to SQL 2011
|
||||
|
||||
now:
|
||||
review the commented out reserved keyword entries and work out how to
|
||||
fix
|
||||
|
@ -64,7 +72,6 @@ go through almost all the predicates
|
|||
window functions missing bits, window clauses
|
||||
from: more tests, review missing
|
||||
tablesample, unnest, etc.
|
||||
aggregates: where, filter + review
|
||||
rows review
|
||||
match missing bit
|
||||
between symmetric
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue