r9457: Reworked CLSQL file structure.
[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 * Test bigint type
7 * :db-constraint tests
8 * test *db-auto-sync* 
9 * for-each-row macro
10 * universal-time 
11 * owner phrases for postgresql and oracle backends
12 * test of large table with large numbers of rows, greater than 2x the number of
13   rows (200) returned by the oracle backend at a time
14
15 COMMONSQL INCOMPATIBILITY
16
17    o doesn't support CHAR and NUMBER types as shown on CREATE-TABLE reference page
18    o (string n) => VARCHAR(n) rather than CHAR(n)
19    o userenv (Oracle specific but deprecated in Oracle 9) 
20  
21 VARIANCES FROM COMMONSQL
22
23 COMMIT,ROLLBACK,START-TRANSACTION: 
24  When COMMIT or ROLLBACK are called outside of WITH-TRANSACTION, an sql 
25  transaction must be explicitly started first with START-TRANSACTION. 
26
27 OPTIMIZATIONS
28  
29 * Revisit result-type list creation, perhaps caching
30
31 POSSIBLE EXTENSIONS
32
33 * extend large object support to databases beyond postgresql, improve large object api
34 * add support for prepared statements
35 * port Oracle backend to UFFI
36