r9657: Cleanup and document the FDDL.
[clsql.git] / TODO
1 TESTS TO ADD
2
3 * CACHE-TABLE-QUERIES
4 * Test that ":db-kind :key" adds an index for that key. This is complicated by 
5   different backends showing autogenerated primary key in different ways.
6 * :db-constraint tests
7 * test *db-auto-sync* 
8 * for-each-row macro
9 * owner phrases for postgresql and oracle backends
10 * Number and Char field types
11 * Add test case for return type of (setf slot-value-using-class)
12 * symbol slot
13 * generalized-boolean slot
14
15 OPTIMIZATIONS
16  
17 * Revisit result-type list creation, perhaps caching
18 * Rework LIST-ATTRIBUTE-TYPES and LIST-INDEXES such that they exhibit their 
19   current behaviours using single database queries.  
20
21 POSSIBLE EXTENSIONS
22
23 * improve large object api and extend to databases beyond postgresql 
24 * add support for prepared statements
25
26