r9902: * sql/metaclasses.lisp: Fix inline declaration (reported by
[clsql.git] / TODO
1 TESTS TO ADD
2
3 * Test that ":db-kind :key" adds an index for that key. This is complicated by 
4   different backends showing autogenerated primary key in different ways.
5 * :db-constraint tests
6 * Number and Char field types
7 * symbol slot
8 * generalized-boolean slot
9 * Table with two join slots (bug reported on clsql-help 8/13/04 about
10   SQL FROM clause missing the second join table and the WHERE clause
11   having an ',' instead of ' AND ' joining phrases.
12
13 OPTIMIZATIONS
14  
15 * Revisit result-type list creation, perhaps caching
16 * Rework LIST-ATTRIBUTE-TYPES and LIST-INDEXES such that they exhibit their 
17   current behaviours using single database queries.  
18 * Possible use of cached attribute type information for operations which 
19   insert/update records as mentioned in the CommonSQL user guide. 
20 * Extend caching of generated SQL strings to more complex expressions which 
21   are likely to be repeatedly executed many times. 
22
23 POSSIBLE EXTENSIONS
24
25 * improve large object api and extend to databases beyond postgresql 
26 * add support for prepared statements
27
28