X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=aaaa3d7ac644473d681c040616cdeae75f3f930d;hb=b193d5d794ea2ec1feb850136ec0affccda5d835;hp=9d5e76d6e7b9800d7f32d665247bc9999e2fac27;hpb=f716bb1161cf9e89a96945c4a444244f9d303691;p=clsql.git diff --git a/TODO b/TODO index 9d5e76d..aaaa3d7 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,13 @@ GENERAL * 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. + COMMONSQL SPEC * Missing: @@ -10,13 +17,6 @@ COMMONSQL SPEC * Incompatible - - >> Initialisation and connection - - STATUS - o what is the behaviour in CommonSQL (esp :full parameter)? - - >> The functional sql interface SELECT @@ -26,8 +26,7 @@ COMMONSQL SPEC QUERY o should coerce values returned as strings to appropriate lisp type - (except for SQLite interface, this works when :result-types is :auto). - Perhaps that should be the default? + for SQLite backend >> The object-oriented sql interface