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 405B

1234567891011121314
  1. Missing pieces:
  2. - fix long text index entries
  3. * ???
  4. - implement foreign key index creation
  5. * MEDIUM
  6. - implement table, column, index renaming
  7. * EASY
  8. - implement table, column, index deletion
  9. * EASY - MEDIUM
  10. - implement more comprehensive unicode compression write support
  11. * EASY? (have the code, do we trust it?)
  12. - implement createReadOnlyTemp(InputStream) (delete temp file on close)
  13. * EASY