r9287: add object selection tests
[clsql.git] / TODO
diff --git a/TODO b/TODO
index fee5fe3e7ab461357f01334fd37a8dd7aac38b77..07c9c78d6849f9009c7894ccad2237447295717d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,7 +6,8 @@ TESTS TO ADD
 * Large object testing
 * Test bigint type
 * :db-constraint tests
-* *update-records-on-make-instance*
+* test *db-auto-sync* 
+* test :retrieval :deferred joins
 
 COMMONSQL SPEC
 
@@ -20,11 +21,6 @@ COMMONSQL SPEC
   
     SELECT 
       o keyword arg :refresh should function as advertised 
- >> The object-oriented sql interface
-
-    DEF-VIEW-CLASS
-      o implement :retrieval :immediate 
 
  >> Symbolic SQL syntax 
 
@@ -47,11 +43,6 @@ COMMONSQL SPEC
 OPTIMIZATIONS
 
 * Revisit result-type list creation,perhaps caching
-* Use an inner join for :target-slot in SELECTS rather than multiple
-  queries. For example, in the test suite:
-    SELECT address.addressid,address.street_number,... FROM address
-      INNER JOIN employee_address ON employe_address.address_id=address.address_id
-      AND emplid=<id>
 
 POSSIBLE EXTENSIONS