Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

1.9. To-Do list

This list has been radically edited for version 0.9.9 after being the unchanged TODO.txt in the doc directory for a rather long time. It is now much shorter but still needs some points to be checked and added...

New Features?

  1. user processing hooks implemented on tables/fields etc.

  2. readOnly control on tables/handlers

  3. persistent connections configured as an option per handler?

General TODO:

  1. Implement and test other databases with ADOdb and PEAR

  2. Create any amount of management needed

  3. Create documentation for other databases

  4. Support for people implementing DBAL (I imagine there is a contact person per. DBMS implemented)

Oracle

  1. Insert a "" quoted string in an integer/number field - even if the value inside is a number! - so will we have to make lookups on field type to determine this?

  2. Insert a string longer than the size of the field in the database (MySQL just silently accepts this...) - so will we have to evaluate all values in update/insert queries first?

  3. does not allow us to CHANGE existing fields into something else - only create new fields, otherwise we must export/import database.

  4. a quoted value cannot be inserted into an integerfield!!!