6.0.0-beta1
10/16/25

[#10574] Sessionhandler uses mysql-specific "REPLACE INTO"
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

History
10/04/2011 01:09:05 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
10/04/2011 01:08:56 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

[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
09/29/2011 10:01:55 AM piper (at) hrz (dot) uni-marburg (dot) de Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Due ⇒ 09/29/2011
Summary ⇒ Sessionhandler uses mysql-specific "REPLACE INTO"
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
It is not possible to use SQL-based sessionhandling with postgresql, 
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.

Saved Queries