X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FTODO;h=59547b110cb9537b94f5e78e3688a8824159d543;hb=ca1fbde617aefd39a81c3eaae9ba25c3fd949f59;hp=d82e67978e99adfedb4e9c3f455e22a9a192d0f3;hpb=fdd069770e32d0cfa4b66d6e5cfd4540197660ba;p=clsql.git diff --git a/doc/TODO b/doc/TODO index d82e679..59547b1 100644 --- a/doc/TODO +++ b/doc/TODO @@ -16,31 +16,21 @@ DOCUMENTATION TO DO LIST 3. CLSQL extensions to CommonSQL - - RESULT-TYPES, FIELD-NAMES keywords for SELECT, QUERY, DO-QUERY and - MAP-QUERY. - - New types such as wall-time, boolean, and bigint - SQL operators: group-by, limit, not-null, ==, is, having, the, uplike, sql-view-class, coalesce, except (just from a quick scan of operations.lisp) - - FDML: TRUNCATE-DATABASE, FOR-EACH-ROW and large object support. + - FDML: FOR-EACH-ROW, prepared statements and large object support. - OODML: *db-auto-sync* - SELECT: additional keyword arguments accepted include :LIMIT, :OFFSET, :INNER-JOIN and :ON. - - SQL-RECORDING-P: also accepts :both and :either values for the TYPE - parameter. - - DEF-VIEW-CLASS: DB-CONSTRAINTS, DB-TYPE and VOID-VALUE slot options. - - transactions: START-TRANSACTION and IN-TRANSACTION-P. - - - Tranactions: AUTOCOMMIT - 4. Documenting lower level, non-CommonSQL functions (some of this is already done).