Home » Database » DB_DataObject_FormBuilder » Bug #4617
NOT NULL Enum fields are not required anymore
Details
| Submitted | 2005-06-17 11:23 UTC |
|---|---|
| From | pma at simple dot ch |
| Assigned | justinpatrin |
| Status | Closed |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.4 |
| OS | Debian 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.