r9251:
[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 * *update-records-on-make-instance*
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     DEF-VIEW-CLASS
26       o Rework functioning of :immediate to be conformant. It 
27      works as expect with target-slot, but not without target-slot
28
29  >> Symbolic SQL syntax 
30
31       o Complete sql expressions (see operations.lisp)
32
33          substr
34          some 
35          order-by 
36          times 
37          nvl
38          null 
39          distinct
40          except 
41          intersect 
42          between
43          userenv
44
45       o variables (e.g., table identifiers) should be instantiated at runtime 
46
47 OPTIMIZATIONS
48
49 * Revisit result-type list creation,perhaps caching
50
51 POSSIBLE EXTENSIONS
52
53 * port Oracle backend to UFFI
54 * large object support 
55 * add support for prepared statements
56
57
58 NOTES ABOUT THE BACKENDS
59
60 MYSQL 
61
62 drop-index:   requires a table to be specified with the :from keyword parameter
63 views:        mysql does not support views  
64 queries:      nested subqueries are not supported
65
66 SQLITE 
67
68 create-view: column-list parameter not supported