[Tickets #6751] Re: Issue with boolean comparisons in native SQL share drivers (with postgres db-backend)
bugs at horde.org
bugs at horde.org
Sat May 24 14:36:07 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6751
-----------------------------------------------------------------------
Ticket | 6751
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | Issue with boolean comparisons in native SQL share
drivers (with
| postgres db-backend)
Queue | Horde Framework Packages
Version | HEAD
Type | Bug
-State | Assigned
+State | Feedback
Priority | 2. Medium
Milestone | Horde 3.2
Patch |
Owners | Horde Developers, Michael Rubinsky
-----------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2008-05-24 10:36) wrote:
Instead of casting it, can you see if the following will work on your DB:
$where .= 'OR (s.perm_creator & ' . $perm . ') <> 0';
for all the boolean comparisons?
More information about the bugs
mailing list