X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=04aa9d9cdf5d56fe31cd1280f109f092e22d6ddc;hb=90011694c27b5b22673a34cb6948a2a721a9b6cd;hp=fee5fe3e7ab461357f01334fd37a8dd7aac38b77;hpb=89465a80557c2b03b9701b4239a34ded292eb018;p=clsql.git diff --git a/TODO b/TODO index fee5fe3..04aa9d9 100644 --- a/TODO +++ b/TODO @@ -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