r9195: tests didn't cache old :db-type attributes
[clsql.git] / TODO
diff --git a/TODO b/TODO
index bc42595d3e32acafc00daf262139951bd9fe8fe0..a4adee2d2cfc1eeeb3242451b615f1291924aad0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,30 +1,21 @@
 GENERAL 
 
-* implement remaining functions for CLSQL AODBC backend;
 * 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: 
 
-  CACHE-TABLE-QUERIES 
-  *CACHE-TABLE-QUERIES-DEFAULT*
-  *DEFAULT-UPDATE-OBJECTS-MAX-LEN* 
   UPDATE-OBJECT-JOINS 
 
-
 * Incompatible 
 
-
- >> Initialisation and connection 
-
-    INITIALIZE-DATABASE-TYPE
-     o should initialise appropriate backend 
-
-    STATUS 
-     o what is the behaviour in CommonSQL (esp :full parameter)? 
-
-
  >> The functional sql interface 
   
     SELECT 
@@ -34,10 +25,7 @@ COMMONSQL SPEC
 
     QUERY 
       o should coerce values returned as strings to appropriate lisp type
-
-    LIST-ATTRIBUTE-TYPES
-      o should return list of (attribute datatype precision scale nullable)    
-
+       for SQLite backend
 
  >> The object-oriented sql interface