X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=763403704ae9afebe2ba5d3e9d49d1397b37d6f0;hb=9bbed78051e80e6ab76ae47834136035602bbbf1;hp=bc42595d3e32acafc00daf262139951bd9fe8fe0;hpb=8b5250e14e3280bdc4641c3b35a8dc68ca4dbde7;p=clsql.git diff --git a/TODO b/TODO index bc42595..7634037 100644 --- a/TODO +++ b/TODO @@ -1,30 +1,23 @@ GENERAL -* 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 - * 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 @@ -34,10 +27,7 @@ COMMONSQL SPEC QUERY 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