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

1234567891011121314
  1. Missing pieces:
  2. - handle more text index entry types (extended charsets, alternate encodings)
  3. * MEDIUM
  4. - handle row "updates": write row data back to current row, handling overflow
  5. * MEDIUM
  6. - implement index creation
  7. * VERY HARD (still missing knowledge about all the magic bits in index meta
  8. data)
  9. - implement table, column, index renaming
  10. * EASY
  11. - implement table, column, index deletion
  12. * EASY - MEDIUM
  13. - implement more comprehensive unicode compression write support