r9480: * sql/operations.lisp: Add userenv
[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 * Number and Char field types
15
16  
17 VARIANCES FROM COMMONSQL
18
19 CLSQL starts with in transaction AUTOCOMMIT mode. To begin a transaction,
20 START-TRANSACTION has to be called.
21
22 OPTIMIZATIONS
23  
24 * Revisit result-type list creation, perhaps caching
25
26 POSSIBLE EXTENSIONS
27
28 * extend large object support to databases beyond postgresql, improve large object api
29 * add support for prepared statements
30 * port Oracle backend to UFFI
31