X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=e7885ada35855a768e667e452532f153a80cd364;hb=a91ef336e5401ba5acbe0cf66447eeae7d4cad50;hp=f3852b0fd317cc1da6131ac6c93265d753a6cf5d;hpb=ec9b352b8205e4204a06797f98970b03cf532ab2;p=clsql.git diff --git a/TODO b/TODO index f3852b0..e7885ad 100644 --- a/TODO +++ b/TODO @@ -1,18 +1,18 @@ -GENERAL - -* port Oracle backend to UFFI. -* consider adding large object support to mysql and odbc -* add support for prepared statements. - TESTS TO ADD * CACHE-TABLE-QUERIES * Test that ":db-kind :key" adds an index for that key. This is complicated by different backends showing autogenerated primary key in different ways. -* Test New universal and bigint types, add tests for other types such as duration and money * Large object testing +* Test bigint type * :db-constraint tests +POSSIBLE EXTENSIONS + +* port Oracle backend to UFFI +* large object support +* add support for prepared statements + COMMONSQL SPEC * Missing: @@ -35,9 +35,6 @@ COMMONSQL SPEC o get :target-slot working o implement :retrieval :immediate - LOOP - o should work with object queries as well as functional ones - >> Symbolic SQL syntax o Complete sql expressions (see operations.lisp)