Title | MySQL 5.0 complains at non-default fields |
Status | closed |
Priority | optional |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | The Bugzilla 3.0 schema has a couple of fields in the bugs table which are not null but have no default value: keywords and status_whiteboard. When inserting a row into this table, if no value is provided then MySQL 5.0 complains. |
Analysis | In bugzilla.add_bug, if those fields are absent then add them as empty strings. |
How found | automated_test |
Evidence | I just know |
Observed in | 2.3.5 |
Created by | Nick Barnes |
Created on | 2007-07-30 09:42:06 |
Last modified by | Nick Barnes |
Last modified on | 2007-07-30 09:43:37 |
History | 2007-07-29 NB Created. |