[Tickets #6751] Gallery list doesn't work (with postgres db-backend)
bugs at horde.org
bugs at horde.org
Sat May 24 08:13:57 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6751
-----------------------------------------------------------------------
Ticket | 6751
Created By | josef at netzagentur.at
Summary | Gallery list doesn't work (with postgres db-backend)
Queue | Ansel
Type | Bug
State | Unconfirmed
Priority | 3. High
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
josef at netzagentur.at (2008-05-24 04:13) wrote:
there is a problem with a select statement in
/usr/share/php/Horde/sql_hierarchical.php (framework)
in the function _getShareCriteria
when I put explicit CAST-Conversion in there,
the problem seems to be solved - for me, but maybe not for any other
DB-Backend:
$where .= ' OR s.perm_creator & ' . $perm;
$where .= ' OR (s.perm_creator & ' . $perm . ')::boolean';
there are some further boolean comparisons, which I modified - and so
ANSEL does it's job again.
More information about the bugs
mailing list