X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2FTODO;h=3a4dae93697e0c61e27ef2615e5acf35b22773c3;hp=03e7a0e793ba96eab01cb2b18eb7907d49dd1221;hb=7b9b150cf1be6c4a52855c1a8004673cac1beaa0;hpb=8fa38a6c189dc8b42611c4ee3c31facd5fe00635 diff --git a/doc/TODO b/doc/TODO index 03e7a0e..3a4dae9 100644 --- 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.).