You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TODO.txt 683B

12345678910111213141516171819202122
  1. Missing pieces:
  2. - fix long text index entries (for new general sort order)
  3. * ???
  4. - implement foreign key index creation & relationship creation
  5. * MEDIUM
  6. - implement table creation w/ complex columns
  7. * MEDIUM
  8. - implement (optional) foreign key enforcement
  9. * MEDIUM
  10. - implement write support for properties
  11. * EASY
  12. - implement table, column, index renaming
  13. * EASY
  14. - implement table, column, index deletion
  15. * EASY - MEDIUM
  16. - implement more comprehensive unicode compression write support
  17. * EASY? (have the code, do we trust it?)
  18. - implement createReadOnlyTemp(InputStream) (delete temp file on close)
  19. * EASY
  20. - figure out how msaccess manages page/row locks
  21. * MEDIUM