[Tickets #533] oci8 sessionhandler
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Sep 2 21:04:34 PDT 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=533
-----------------------------------------------------------------------
Ticket | 533
Updated By | trent.hornibrook at gmail.com
Summary | oci8 sessionhandler
Queue | Horde Base
Version | 2.2.5
State | Feedback
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
trent.hornibrook at gmail.com (2004-09-02 21:04) wrote:
This is how it should read:
document_root/horde/lib
$ diff SQL.php SQL.php.orig
152c152
< sprintf('SELECT %s FROM %s WHERE %s FOR
UPDATE',
---
> sprintf('SELECT %s FROM %s FOR UPDATE
WHERE %s',
ala: select x from y where z for update not
select x from y for update where z.
Though I guess you would also want to move towards PEAR's DB and that way
you
wouldnt need to worry about this.
More information about the bugs
mailing list