Closed
Bug 423346
Opened 18 years ago
Closed 18 years ago
importxml.pl fails when importing attachments
Categories
(Bugzilla :: Bug Import/Export & Moving, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.16 KB,
patch
|
gregaryh
:
review+
|
Details | Diff | Splinter Review |
Regression due to bug 99215:
DBD::Pg::db do failed: ERREUR: Une valeur NULL dans la colonne «modification_time» viole la contrainte NOT NULL
[for Statement "INSERT INTO attachments
(bug_id, creation_ts, filename, description, mimetype,
ispatch, isprivate, isobsolete, submitter_id)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)"] at ./importxml.pl line 1196
The reason is that modification_time has no default value, but we forgot to set it in importxml.pl.
Flags: blocking3.2+
Attachment #309845 -
Flags: review?(ghendricks)
Updated•18 years ago
|
Attachment #309845 -
Flags: review?(ghendricks) → review+
Updated•18 years ago
|
Flags: approval?
| Assignee | ||
Updated•18 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 1•18 years ago
|
||
Checking in importxml.pl;
/cvsroot/mozilla/webtools/bugzilla/importxml.pl,v <-- importxml.pl
new revision: 1.79; previous revision: 1.78
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•