-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToDo.txt
40 lines (23 loc) · 1.17 KB
/
ToDo.txt
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
32
33
34
35
36
37
38
39
40
================================================================================
ToDo
--------------------------------------------------------------------------------
* Rename to cl-edm?
* Drop PG-SOCKET
* REGRESSION: Fix PG-CLIENT
* BUG: Fix package usage in ensure-tuple-class
* Check SQL package exports (exported functions may be clobbered in backend package)
* Support more SQL functions / clauses
* Views
* CREATE TABLE ... AS <expression>
* Extend defschema/deftable: constraint/column NOT NULL etc.
* SELECT: check/add support for scalar results
* Use SQL-STATEMENTs for all DDL commands
* Support inserting multiple rows in one INSERT call
* Support prepared statements
* SQLite: Support for all table modifications (delete column, add/delete constraint)
* SQLite: Handling of CASCADE when not supported directly
* SQLite: SELECT: return values of proper type (integer, float, string, byte sequence)
* SQLite: BLOB support
* SQLite: fetch data typed in SQL-EXEC%
--------------------------------------------------------------------------------
================================================================================