Home » Database » DB_DataObject » Bug #3982
enhancing the schema
Details
| Request #3982 | enhancing the schema |
|---|---|
| Submitted | 2005-03-28 17:42 UTC |
| From | esad-public at 25novembar dot com |
| Status | Suspended |
| Package | DB_DataObject |
| PHP Version | Irrelevant |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-03-28 17:42 UTC] esad-public at 25novembar dot com
Description:
------------
Would be too much of a problem for DBO to support field length/size in its schema. That would enable things such as bound checking and better form building (formbuilder makes text fields of the same size for all the fields, no matter as how big/small defined they are).
For the same reasons it would be nice if it would differ the BLOB and TEXT fields.
I don't know if every DBMS supports this information to be retrieved, but I think MySQL does it.