Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

TODO.txt 670B

1234567891011121314151617
  1. Missing pieces:
  2. - implement index creation
  3. * HARD (still missing knowledge about all the magic bits in index meta data)
  4. - implement table, column, index renaming
  5. * EASY
  6. - implement table, column, index deletion
  7. * EASY - MEDIUM
  8. - implement more comprehensive unicode compression write support
  9. * EASY? (have the code, do we trust it?)
  10. - implement duplicateTable(Table, db, newName), or (oldName, newName)
  11. - by doing binary level copy, could maybe workaround missing jackcess
  12. features (like create index)
  13. - do optional data copy which preserves autonumbers
  14. * EASY - MEDIUM
  15. - implement createReadOnlyTemp(InputStream) (delete temp file on close)
  16. * EASY