X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=TODO;h=04aa9d9cdf5d56fe31cd1280f109f092e22d6ddc;hp=fee5fe3e7ab461357f01334fd37a8dd7aac38b77;hb=90011694c27b5b22673a34cb6948a2a721a9b6cd;hpb=82a46396a91b6eb30efb60eb6356b4a20a7a9136 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