r10922: 03 May 2006 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / doc / TODO
index 03e7a0e793ba96eab01cb2b18eb7907d49dd1221..36b1fd6a86994be0d6f85a5b9b309d639a1b497f 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,30 +2,17 @@ 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. 
-
+ - SELECT: additional keyword arguments accepted include :INNER-JOIN and :ON. 
 
 4. Documenting lower level, non-CommonSQL functions (some of this is already 
    done). 
@@ -33,7 +20,6 @@ DOCUMENTATION TO DO LIST
  - connection pools
  - database-query-result-set 
  
-
 5. Notes on any peculiarities of each of the backends (e.g., unsupported 
    features, notable extensions etc.).