選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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