X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=TODO;h=bc42595d3e32acafc00daf262139951bd9fe8fe0;hp=e71c4bd5e01f5f1ca1b8a89b2520ffdf87ee8740;hb=8b5250e14e3280bdc4641c3b35a8dc68ca4dbde7;hpb=749f294e457f124cac7b1a6adf2764fbf3b0a849 diff --git a/TODO b/TODO index e71c4bd..bc42595 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ GENERAL -* test on mcl. SCL no longer affordable to individuals; * implement remaining functions for CLSQL AODBC backend; * port Oracle backend to UFFI. @@ -34,7 +33,6 @@ COMMONSQL SPEC o should coerce values returned as strings to appropriate lisp type QUERY - o should return (values result-list field-names) o should coerce values returned as strings to appropriate lisp type LIST-ATTRIBUTE-TYPES @@ -76,9 +74,8 @@ NOTES ABOUT THE BACKENDS MYSQL drop-index: requires a table to be specified with the :from keyword parameter -transactions: don't seem to work views: mysql does not support views -queries: nested subqueries do not seem to work +queries: nested subqueries are not supported SQLITE