r9199: fold clsql-base and clsql-base-sys into clsql-base
[clsql.git] / TODO
diff --git a/TODO b/TODO
index bc42595d3e32acafc00daf262139951bd9fe8fe0..763403704ae9afebe2ba5d3e9d49d1397b37d6f0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,30 +1,23 @@
 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, complicated by different
+  backends show autogenerated primary key in different ways.
+* New universal and bigint types, add tests for other types
 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 +27,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