r10937: Automated commit for Debian build of clsql upstream-version-3.6.0
[clsql.git] / doc / TODO
1 DOCUMENTATION TO DO LIST
2
3 1. Variances from CommonSQL (Ideally, this will be extremely minimal) 
4
5 2. Underdocumented CommonSQL features:
6
7  - Retrieval immediate
8  - SQL operators: ||, SUBSTR, MINUS, INTERSECT, UNION, NVL 
9
10 3. CLSQL extensions to CommonSQL
11
12  - SQL operators: group-by, limit, not-null, ==, is, having, the, uplike,
13    view-class, coalesce, except, exists, substring, concat 
14
15  - SELECT: additional keyword arguments accepted include :INNER-JOIN and :ON. 
16
17 4. Documenting lower level, non-CommonSQL functions (some of this is already 
18    done). 
19
20  - connection pools
21  - database-query-result-set 
22  
23 5. Notes on any peculiarities of each of the backends (e.g., unsupported 
24    features, notable extensions etc.). 
25
26  - MYSQL 
27  - SQLITE 
28  - ODBC 
29 -  ORACLE 
30