X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=TODO;h=763403704ae9afebe2ba5d3e9d49d1397b37d6f0;hp=a648df17ccdab28fde7907f956a10aa5fe9863f6;hb=80d94a5396eeaca850bb643390b836d8bd0825b3;hpb=6cee91ae8461fd78454da4781c008398ad06abe2 diff --git a/TODO b/TODO index a648df1..7634037 100644 --- a/TODO +++ b/TODO @@ -1,46 +1,33 @@ GENERAL -* test on mcl. SCL no longer affordable to individuals; -* implement remaining functions for CLSQL AODBC backend; * port Oracle backend to UFFI. +TESTS TO ADD + +* CACHE-TABLE-QUERIES +* :VOID-VALUE +* :db-kind :key adds an index for that key, complicated by different + backends show autogenerated primary key in different ways. +* New universal and bigint types, add tests for other types + COMMONSQL SPEC * Missing: - CACHE-TABLE-QUERIES - *CACHE-TABLE-QUERIES-DEFAULT* - *DEFAULT-UPDATE-OBJECTS-MAX-LEN* UPDATE-OBJECT-JOINS - INSTANCE-REFRESHED - * Incompatible - - >> Initialisation and connection - - INITIALIZE-DATABASE-TYPE - o should initialise appropriate backend - - STATUS - o what is the behaviour in CommonSQL (esp :full parameter)? - - >> The functional sql interface SELECT - o should accept keyword arg :refresh and call INSTANCE-REFRESHED + o keyword arg :refresh should function as advertised o should return (values result-list field-names) 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 - o should return list of (attribute datatype precision scale nullable) - + for SQLite backend >> The object-oriented sql interface @@ -77,9 +64,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