PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject » Bug #3982

enhancing the schema

Details

Request #3982enhancing the schema
Submitted2005-03-28 17:42 UTC
Fromesad-public at 25novembar dot com
StatusSuspended
PackageDB_DataObject
PHP VersionIrrelevant
OSirrelevant
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.