6.0.0-beta1
7/3/25

[#3089] customsql driver always sets keeplocal=Yes
Summary customsql driver always sets keeplocal=Yes
Queue Forwards
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester roland (at) robelix (dot) com
Created 12/04/2005 (7151 days ago)
Due
Updated 12/05/2005 (7150 days ago)
Assigned
Resolved 12/05/2005 (7150 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
12/05/2005 12:28:29 AM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Committed, thanks.
12/04/2005 08:29:35 PM roland (at) robelix (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ customsql driver always sets keeplocal=Yes
Queue ⇒ Forwards
Reply to this comment
I found out that the customsql driver does not correctly set the 
keeplocal value (\L).  I'ts always 'Yes'.



Resolution: a patch for forwards/lib/Driver/customsql.php

77c77

<         $keeplocal = $keeplocal ? 'Yes' : 'No';

---
         $keeplocal = ($keeplocal=='on') ? 'Yes' : 'No';

Saved Queries