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...
user processing hooks implemented on tables/fields etc.
readOnly control on tables/handlers
persistent connections configured as an option per handler?
Implement and test other databases with ADOdb and PEAR
Create any amount of management needed
Create documentation for other databases
Support for people implementing DBAL (I imagine there is a contact person per. DBMS implemented)
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?
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?
does not allow us to CHANGE existing fields into something else - only create new fields, otherwise we must export/import database.
a quoted value cannot be inserted into an integerfield!!!