X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=a7a913c8923d7520bb006386ee4b9d8d2dd7047b;hb=7500a5933c56c68b1ecb16092415d0412efee05e;hp=fee5fe3e7ab461357f01334fd37a8dd7aac38b77;hpb=89465a80557c2b03b9701b4239a34ded292eb018;p=clsql.git diff --git a/TODO b/TODO index fee5fe3..a7a913c 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,10 @@ COMMONSQL SPEC SELECT o keyword arg :refresh should function as advertised - - >> The object-oriented sql interface DEF-VIEW-CLASS - o implement :retrieval :immediate + o Rework functioning of :immediate to be conformant. It + works as expect with target-slot, but not without target-slot >> Symbolic SQL syntax @@ -47,11 +47,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