r9642: Automated commit for Debian build of clsql upstream-version-2.11.10
[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 different
5   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 VARIANCES FROM COMMONSQL
16
17 CLSQL starts with in transaction AUTOCOMMIT mode. To begin a transaction,
18 START-TRANSACTION has to be called.
19
20 OPTIMIZATIONS
21  
22 * Revisit result-type list creation, perhaps caching
23
24 POSSIBLE EXTENSIONS
25
26 * extend large object support to databases beyond postgresql
27 * improve large object api
28 * add support for prepared statements
29
30