X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2FTODO;h=3220070454f4de65fb5a4157c4c84eaf54fdd321;hp=8d976c8effe4dfbd6df648850be005fb5e9a761e;hb=4c89485f5cdb21a334de9c35adfded30db0c75e7;hpb=214df89281860c871c99371a2b5582ff0b602205 diff --git a/doc/TODO b/doc/TODO index 8d976c8..3220070 100644 --- a/doc/TODO +++ b/doc/TODO @@ -13,7 +13,8 @@ DOCUMENTATION TO DO LIST 2. CLSQL extensions to CommonSQL - - RESULT-TYPES, FIELD-NAMES keywords for SELECT and QUERY + - RESULT-TYPES, FIELD-NAMES keywords for SELECT, QUERY, DO-QUERY and + MAP-QUERY. - New types such as wall-time, boolean, and bigint @@ -25,6 +26,9 @@ DOCUMENTATION TO DO LIST index-exists-p, create-sequence, drop-sequence, list-sequences, sequence-exists-p, sequence-next, sequence-last, set-sequence-position + - FDML: TRUNCATE-DATABASE, DESCRIBE-TABLE, FOR-EACH-ROW and large object + support. + - OODML: *db-auto-sync* - SELECT: additional keyword arguments accepted include :LIMIT, :OFFSET, @@ -42,12 +46,21 @@ DOCUMENTATION TO DO LIST - CREATE-TABLE: keyword args :TRANSACTIONS (for MySQL) and :CONSTRAINTS description arg accepts optional DB-TYPE string. + - transactions: START-TRANSACTION and IN-TRANSACTION-P. + + - FIND-DATABASE: :db-type keyword arg. + + - CONNECT: :make-default and :pool keyword args. + + 4. Documenting lower level, non-CommonSQL functions (some of this is already done). - connection pools - database-query-result-set - + - with-default-database, with-database, create-database, probe-database, + destroy-database, list-databases. + 5. Notes on any peculiarities of each of the backends (e.g., unsupported features, notable extensions etc.).