r9233: fix loop
[clsql.git] / TODO
diff --git a/TODO b/TODO
index f3852b0fd317cc1da6131ac6c93265d753a6cf5d..e7885ada35855a768e667e452532f153a80cd364 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,18 +1,18 @@
-GENERAL 
-
-* port Oracle backend to UFFI.
-* consider adding large object support to mysql and odbc
-* add support for prepared statements. 
-
 TESTS TO ADD
 
 * CACHE-TABLE-QUERIES
 * Test that ":db-kind :key" adds an index for that key. This is complicated by different
   backends showing autogenerated primary key in different ways.
-* Test New universal and bigint types, add tests for other types such as duration and money
 * Large object testing
+* Test bigint type
 * :db-constraint tests
 
+POSSIBLE EXTENSIONS
+
+* port Oracle backend to UFFI
+* large object support 
+* add support for prepared statements
+
 COMMONSQL SPEC
 
 * Missing: 
@@ -35,9 +35,6 @@ COMMONSQL SPEC
       o get :target-slot working 
       o implement :retrieval :immediate 
 
-    LOOP
-      o should work with object queries as well as functional ones 
-
  >> Symbolic SQL syntax 
 
       o Complete sql expressions (see operations.lisp)