r9285: 8 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
[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 * Large object testing
7 * Test bigint type
8 * :db-constraint tests
9 * test *db-auto-sync* 
10 * test :retrieval :deferred joins
11
12 COMMONSQL SPEC
13
14 * Missing: 
15
16   UPDATE-OBJECT-JOINS 
17
18 * Incompatible 
19
20  >> The functional sql interface 
21   
22     SELECT 
23       o keyword arg :refresh should function as advertised 
24
25  >> Symbolic SQL syntax 
26
27       o Complete sql expressions (see operations.lisp)
28
29          substr
30          some 
31          order-by 
32          times 
33          nvl
34          null 
35          distinct
36          except 
37          intersect 
38          between
39          userenv
40
41       o variables (e.g., table identifiers) should be instantiated at runtime 
42
43 OPTIMIZATIONS
44
45 * Revisit result-type list creation,perhaps caching
46
47 POSSIBLE EXTENSIONS
48
49 * port Oracle backend to UFFI
50 * large object support 
51 * add support for prepared statements
52
53
54 NOTES ABOUT THE BACKENDS
55
56 MYSQL 
57
58 drop-index:   requires a table to be specified with the :from keyword parameter
59 views:        mysql does not support views  
60 queries:      nested subqueries are not supported
61
62 SQLITE 
63
64 create-view: column-list parameter not supported