minor
[sqlgg.git] / TODO
blobd9ea2d70c8fcd6394caa29d196221942743f035a
1 * distinguish predicates and expressions (research)
2 * choose better names for some common cases (WHERE id = ? etc)
3 * fix line numbers in error output
4 * resolve conflics in grammar, check precedences
5 * type-inferrer is too primitive
6 * detect statements on single tables and group the corresponding generated code in one class
7 * check names (functions and bindings) for uniqueness
8 * support/test other SQL engines
9 * generate code for more languages
10 * read SQL spec
11 * type check expressions