summaryrefslogtreecommitdiff
path: root/doc/TODO
blob: b9f9f97d15100a53c972cc47e630ede1431f20a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
DOCUMENTATION TO DO LIST

1. Variances from CommonSQL (Ideally, this will be extremely minimal) 

2. Underdocumented CommonSQL features:

 - Retrieval immediate
 - SQL operators: ||, SUBSTR, MINUS, INTERSECT, UNION, NVL 

3. CLSQL extensions to CommonSQL

 - SQL operators: group-by, limit, not-null, ==, is, having, the, uplike,
   view-class, coalesce, except, exists, substring, concat 

 - 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 
 - SQLITE 
 - ODBC 
 - ORACLE

6. Incorporate the threading-warnings.txt into the docs.