r9195: tests didn't cache old :db-type attributes
[clsql.git] / TODO
diff --git a/TODO b/TODO
index 9d5e76d6e7b9800d7f32d665247bc9999e2fac27..a4adee2d2cfc1eeeb3242451b615f1291924aad0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,6 +2,12 @@ GENERAL
 
 * port Oracle backend to UFFI.
 
+TESTS TO ADD
+
+* CACHE-TABLE-QUERIES
+* :VOID-VALUE
+* :db-kind :key adds an index for that key
 COMMONSQL SPEC
 
 * Missing: 
@@ -10,13 +16,6 @@ COMMONSQL SPEC
 
 * Incompatible 
 
-
- >> Initialisation and connection 
-
-    STATUS 
-     o what is the behaviour in CommonSQL (esp :full parameter)? 
-
-
  >> The functional sql interface 
   
     SELECT 
@@ -26,8 +25,7 @@ COMMONSQL SPEC
 
     QUERY 
       o should coerce values returned as strings to appropriate lisp type
-       (except for SQLite interface, this works when :result-types is :auto).
-       Perhaps that should be the default?
+       for SQLite backend
 
  >> The object-oriented sql interface