X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2FTODO;h=b9f9f97d15100a53c972cc47e630ede1431f20a9;hp=c55c54bf59ee33ac822531068e515f19642c203c;hb=92cad9a9410b8e481987b90cc4f5edd8cc85e7ce;hpb=2051cd1a64edc450319626f8ff1417c36e08a063 diff --git a/doc/TODO b/doc/TODO index c55c54b..b9f9f97 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,32 +1,31 @@ DOCUMENTATION TO DO LIST -1. Variances from CommonSQL - - - Ideally, this will be extremely minimal +1. Variances from CommonSQL (Ideally, this will be extremely minimal) 2. Underdocumented CommonSQL features: - Retrieval immediate - - SQL operators: ||, SUBSTR, EXCEPT, INTERSECT, UNION ... - -2. CLSQL extensions to CommonSQL + - SQL operators: ||, SUBSTR, MINUS, INTERSECT, UNION, NVL - - RESULT-TYPES, FIELD-NAMES keywords for SELECT and QUERY - - - New types such as wall-time, boolean, and bigint +3. CLSQL extensions to CommonSQL - SQL operators: group-by, limit, not-null, ==, is, having, the, uplike, - sql-view-class (just from a quick scan of operations.lisp) - - - FDDL: list-views, view-exists-p, list-indexes, list-table-indexes, - index-exists-p, create-sequence, drop-sequence, list-sequences, - sequence-exists-p, sequence-next, sequence-last, set-sequence-position + view-class, coalesce, except, exists, substring, concat - - OODML: *db-auto-sync* + - SELECT: additional keyword arguments accepted include :INNER-JOIN and :ON. -4. Documenting lower level, non-CommonSQL functions like connection - pools and database-query-result-set. Some of this is already done. +4. Documenting lower level, non-CommonSQL functions (some of this is already + done). -5. Notes on any features unsupported by each of the backends. + - connection pools + - database-query-result-set + +5. Notes on any peculiarities of each of the backends (e.g., unsupported + features, notable extensions etc.). + - MYSQL + - SQLITE + - ODBC + - ORACLE +6. Incorporate the threading-warnings.txt into the docs.