merge
This commit is contained in:
parent
fd42a3cd73
commit
b385763341
9
TODO
9
TODO
|
@ -13,6 +13,7 @@ haddock review
|
||||||
spell check
|
spell check
|
||||||
update changelog
|
update changelog
|
||||||
update website text
|
update website text
|
||||||
|
regenerate the examples on the index.txt
|
||||||
|
|
||||||
= Later general tasks:
|
= Later general tasks:
|
||||||
|
|
||||||
|
@ -30,6 +31,8 @@ testing
|
||||||
|
|
||||||
review tests to copy from hssqlppp
|
review tests to copy from hssqlppp
|
||||||
|
|
||||||
|
add lots more tests using SQL from the xb2 manual
|
||||||
|
|
||||||
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
|
||||||
|
@ -166,3 +169,9 @@ db2?
|
||||||
maybe later: other dml
|
maybe later: other dml
|
||||||
insert, update, delete, truncate, merge + set, show?
|
insert, update, delete, truncate, merge + set, show?
|
||||||
copy, execute?, explain?, begin/end/rollback?
|
copy, execute?, explain?, begin/end/rollback?
|
||||||
|
|
||||||
|
big feature summary:
|
||||||
|
1. dialects
|
||||||
|
2. position annotation
|
||||||
|
3. dml
|
||||||
|
4. quasiquotes
|
||||||
|
|
Loading…
Reference in a new issue