X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2FTODO;h=36b1fd6a86994be0d6f85a5b9b309d639a1b497f;hp=b288ef093b13418e081885f84bccbcafe88cccd8;hb=78489032c6f66ce666ffe5e2e726503b61b94616;hpb=e5a6fadf80e923a4fa08fbb8af16652d7970983e diff --git a/doc/TODO b/doc/TODO index b288ef0..36b1fd6 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,53 +1,30 @@ 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, MINUS, INTERSECT, UNION, NVL -2. CLSQL extensions to CommonSQL - - - 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, coalesce, except (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 - - - OODML: *db-auto-sync* + view-class, coalesce, except, exists, substring, concat - - SELECT: additional keyword arguments accepted include :LIMIT, :OFFSET, - :INNER-JOIN and :ON. + - SELECT: additional keyword arguments accepted include :INNER-JOIN and :ON. 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.). - MYSQL - - drop-index: requires a table to be specified with the :from parameter - views: mysql does not support views - queries: nested subqueries are not supported - syntax: doesn't support the sql concatenation operator (||). - doesn't support INTERSECT/EXCEPT set operations. - - SQLITE - - connection: specifying ":memory:" gives you an SQLite database in RAM. - create-view: column-list parameter not supported - syntax: doesn't support the sql SUBSTRING operator. + - ODBC +- ORACLE