aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
blob: 79abf42dce26b8dcd4bd3d283d677f4afacf45e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Missing pieces:

- fix long text index entries
  * ???
- implement foreign key index creation
  * MEDIUM
- implement table, column, index renaming
  * EASY
- implement table, column, index deletion
  * EASY - MEDIUM
- implement more comprehensive unicode compression write support
  * EASY? (have the code, do we trust it?)
- implement createReadOnlyTemp(InputStream) (delete temp file on close)
  * EASY