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

- handle more text index entry types (extended charsets, alternate encodings)
  * MEDIUM
- implement index creation
  * VERY 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