Summary | Sessionhandler uses mysql-specific "REPLACE INTO" |
Queue | Horde Base |
Queue Version | 4.0.9 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | piper (at) hrz (dot) uni-marburg (dot) de |
Created | 09/29/2011 (5131 days ago) |
Due | 09/29/2011 (5131 days ago) |
Updated | 10/04/2011 (5126 days ago) |
Assigned | |
Resolved | 10/04/2011 (5126 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
[jan] Use portable queries in SQL session handler (
Bug #10574).2 files changed, 36 insertions(+), 23 deletions(-)
http://git.horde.org/horde-git/-/commit/63cfa32e78295b573a594705f432dd34fb0e741c
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Due ⇒ 09/29/2011
Summary ⇒ Sessionhandler uses mysql-specific "REPLACE INTO"
Type ⇒ Bug
State ⇒ Unconfirmed
because the storage of session data in
/usr/share/php/Horde/SessionHandler/Storage/Sql.php on line 125 is
done with a "REPLACE INTO" command, which is not available in
postgresql.