Closed
Bug 285678
Opened 20 years ago
Closed 20 years ago
NOT(integer) not supported by postgres
Categories
(Bugzilla :: Bugzilla-General, defect, P1)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: Tomas.Kopal, Assigned: Tomas.Kopal)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
There are two places in bugzilla where we do NOT(integer variable). Postgres is
complaining that the parameter to NOT must be boolean.
Patch follows.
Assignee | ||
Comment 1•20 years ago
|
||
Attachment #177070 -
Flags: review?(mkanat)
Updated•20 years ago
|
Attachment #177070 -
Flags: review?(mkanat) → review+
Updated•20 years ago
|
Flags: approval?
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.20
Updated•20 years ago
|
Flags: approval? → approval+
Comment 2•20 years ago
|
||
Checking in CGI.pl;
/cvsroot/mozilla/webtools/bugzilla/CGI.pl,v <-- CGI.pl
new revision: 1.234; previous revision: 1.233
done
Checking in editproducts.cgi;
/cvsroot/mozilla/webtools/bugzilla/editproducts.cgi,v <-- editproducts.cgi
new revision: 1.72; previous revision: 1.71
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 3•19 years ago
|
||
*** Bug 266191 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•