gen_cxx: use callbacks to iterate rowset
[sqlgg.git] / TODO
blob4ef733a4671a0c99348395a24a0db354817bf58c
1 * some database API are inadequately strict about data types (notably ADO.NET), need native-type annotations in queries
2 * choose better names for some common cases (WHERE id = ? etc)
3 * fix line numbers in error output
4 * enhance error reporting
5 * type-inferrer is too primitive
6 * detect statements on single tables and group the corresponding generated code together
7 * check function names for uniqueness
8 * support/test other SQL engines
9 * generate code for more languages
10 * read SQL spec
11 * distinguish predicates and expressions
12 * type check expressions