r9803: Remove items done from TODO files.
[clsql.git] / doc / TODO
index 03e7a0e793ba96eab01cb2b18eb7907d49dd1221..3a4dae93697e0c61e27ef2615e5acf35b22773c3 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,38 +2,25 @@ DOCUMENTATION TO DO LIST
 
 1. Variances from CommonSQL (Ideally, this will be extremely minimal) 
 
- - The SQL syntax state functions are macros in CLSQL. 
- - CLSQL starts with in transaction AUTOCOMMIT mode. 
-
-
 2. Underdocumented CommonSQL features:
 
  - Retrieval immediate
  - SQL operators: ||, SUBSTR, MINUS, INTERSECT, UNION, NVL 
 
-
 3. CLSQL extensions to CommonSQL
 
- - New types such as wall-time, boolean, and bigint
-
  - SQL operators: group-by, limit, not-null, ==, is, having, the, uplike,
    view-class, coalesce, except, exists, substring, concat 
 
- - OODML: *db-auto-sync*
-
  - SELECT: additional keyword arguments accepted include :LIMIT, :OFFSET, 
    :INNER-JOIN and :ON. 
 
- - DEF-VIEW-CLASS: DB-CONSTRAINTS, DB-TYPE and VOID-VALUE slot options. 
-
-
 4. Documenting lower level, non-CommonSQL functions (some of this is already 
    done). 
 
  - connection pools
  - database-query-result-set 
  
-
 5. Notes on any peculiarities of each of the backends (e.g., unsupported 
    features, notable extensions etc.).