PEAR is archived and read-only

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

Home » Database » DB_DataObject_FormBuilder » Bug #4617

NOT NULL Enum fields are not required anymore

Details

Submitted2005-06-17 11:23 UTC
Frompma at simple dot ch
Assignedjustinpatrin
StatusClosed
PackageDB_DataObject_FormBuilder
PHP Version4.3.4
OSDebian Linux
Roadmaps(Not assigned)

Comments

[2005-06-17 11:23 UTC] pma at simple dot ch

Description:
------------
After upgrading from version 0.16.0 to version 0.17.1 I noticed that fields that were required in the older version are not required any more. These fields are all of type ENUM and set to "NOT NULL". The comboboxes were also not filled with the default value set in the table.