r9194: add new section for tests that need to be added
[clsql.git] / TODO
diff --git a/TODO b/TODO
index bc42595d3e32acafc00daf262139951bd9fe8fe0..4ca294e1d67392f6b04a07ee02b3c7fe920c2e58 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,30 +1,20 @@
 GENERAL 
 
-* implement remaining functions for CLSQL AODBC backend;
 * port Oracle backend to UFFI.
 
+TESTS TO ADD
+
+* CACHE-TABLE-QUERIES
+* :VOID-VALUE
+
 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 +24,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