]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 577582: longdescs.isprivate "changedfrom" and "changedto" weren't
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 9 Jul 2010 00:09:02 +0000 (17:09 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 9 Jul 2010 00:09:02 +0000 (17:09 -0700)
commit38728c2f489618965067c133f31a12aa2fb88615
treeb7f5945e864d4a09b4984932d6096ddb774256e1
parentdf3d17375606c39012eaeb0804663364856c495d
Bug 577582: longdescs.isprivate "changedfrom" and "changedto" weren't
working on PostgreSQL, because Search.pm always converted the value
into 1 or 0 and passed that as a number to the database, and Pg didn't
support numeric comparison with a text column.
r=mkanat, a=mkanat
Bugzilla/Search.pm