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

- 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