r9250: make :target-slot joins many times more efficient
[clsql.git] / TODO
diff --git a/TODO b/TODO
index 763403704ae9afebe2ba5d3e9d49d1397b37d6f0..04aa9d9cdf5d56fe31cd1280f109f092e22d6ddc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,15 +1,13 @@
-GENERAL 
-
-* 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
+* Test that ":db-kind :key" adds an index for that key. This is complicated by different
+  backends showing autogenerated primary key in different ways.
+* Large object testing
+* Test bigint type
+* :db-constraint tests
+* *update-records-on-make-instance*
+
 COMMONSQL SPEC
 
 * Missing: 
@@ -22,23 +20,12 @@ COMMONSQL SPEC
   
     SELECT 
       o keyword arg :refresh should function as advertised 
-      o should return (values result-list field-names)
-      o should coerce values returned as strings to appropriate lisp type
-
-    QUERY 
-      o should coerce values returned as strings to appropriate lisp type
-       for SQLite backend
-
  >> The object-oriented sql interface
 
     DEF-VIEW-CLASS
-      o get :target-slot working 
       o implement :retrieval :immediate 
 
-    DO-QUERY,MAP-QUERY,LOOP
-      o should work with object queries as well as functional ones 
-
-
  >> Symbolic SQL syntax 
 
       o Complete sql expressions (see operations.lisp)
@@ -57,6 +44,15 @@ COMMONSQL SPEC
 
       o variables (e.g., table identifiers) should be instantiated at runtime 
 
+OPTIMIZATIONS
+
+* Revisit result-type list creation,perhaps caching
+
+POSSIBLE EXTENSIONS
+
+* port Oracle backend to UFFI
+* large object support 
+* add support for prepared statements
 
 
 NOTES ABOUT THE BACKENDS