X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=1aca8f2d3ae2c904ea16e246cc221973e289c2c5;hb=913477a11d2258f8fe87ff5b390c8904d17d66fe;hp=9d5e76d6e7b9800d7f32d665247bc9999e2fac27;hpb=f716bb1161cf9e89a96945c4a444244f9d303691;p=clsql.git diff --git a/TODO b/TODO index 9d5e76d..1aca8f2 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,17 @@ GENERAL * port Oracle backend to UFFI. +* consider adding large object support to mysql and odbc +TESTS TO ADD + +* CACHE-TABLE-QUERIES +* :VOID-VALUE, use a new view-class with several fields with different void-values +* :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 +* Large object testing + COMMONSQL SPEC * Missing: @@ -10,13 +20,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 +29,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