r9732: Automated commit for Debian build of clsql upstream-version-2.11.12
[clsql.git] / doc / TODO
index d82e67978e99adfedb4e9c3f455e22a9a192d0f3..59547b110cb9537b94f5e78e3688a8824159d543 100644 (file)
--- 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).