r9531: * db-postgresql/postgresl-sql.lisp: Avoid computing
[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  
13 VARIANCES FROM COMMONSQL
14
15 CLSQL starts with in transaction AUTOCOMMIT mode. To begin a transaction,
16 START-TRANSACTION has to be called.
17
18 OPTIMIZATIONS
19  
20 * Revisit result-type list creation, perhaps caching
21
22 POSSIBLE EXTENSIONS
23
24 * extend large object support to databases beyond postgresql, improve large object api
25 * add support for prepared statements
26 * port Oracle backend to UFFI
27