summaryrefslogtreecommitdiffstats
path: root/TODO.txt
blob: e8a310aacef67903ebbace3f5f6058eb4054b5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Missing pieces:

- implement index creation
  * HARD (still missing knowledge about all the magic bits in index meta data)
- 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 duplicateTable(Table, db, newName), or (oldName, newName)
  - by doing binary level copy, could maybe workaround missing jackcess
    features (like create index)
  - do optional data copy which preserves autonumbers
  * EASY - MEDIUM
- implement createReadOnlyTemp(InputStream) (delete temp file on close)
  * EASY