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

12345678910111213141516171819
  1. Missing pieces:
  2. - fix long text index entries (for new general sort order)
  3. * ???
  4. - implement table creation w/ complex columns
  5. * MEDIUM
  6. - implement table, column, index renaming
  7. * EASY
  8. - implement table, column, index deletion
  9. * EASY - MEDIUM
  10. - implement createReadOnlyTemp(InputStream) (delete temp file on close)
  11. * EASY
  12. - figure out how msaccess manages page/row locks
  13. * MEDIUM
  14. Rename implications:
  15. - Table - update table def, queries, relationships, complex tables?
  16. - Column - update table def, queries, relationships, complex tables?
  17. - Index - update table def