X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=07c9c78d6849f9009c7894ccad2237447295717d;hb=131603d1f5661779b00c5cfa79ecceace1078b1d;hp=fee5fe3e7ab461357f01334fd37a8dd7aac38b77;hpb=89465a80557c2b03b9701b4239a34ded292eb018;p=clsql.git diff --git a/TODO b/TODO index fee5fe3..07c9c78 100644 --- 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= POSSIBLE EXTENSIONS