6.0.0-beta1
8/16/25

[#1706] Clean up array_push and prepare/execute in SQL* drivers
Summary Clean up array_push and prepare/execute in SQL* drivers
Queue Horde Base
Queue Version HEAD
Type Enhancement
State Resolved
Priority 1. Low
Owners
Requester selsky (at) columbia (dot) edu
Created 04/07/2005 (7436 days ago)
Due
Updated 04/07/2005 (7436 days ago)
Assigned
Resolved 04/07/2005 (7436 days ago)
Milestone
Patch No

History
04/07/2005 04:00:36 PM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Committed, thanks.
04/07/2005 09:55:42 AM selsky (at) columbia (dot) edu Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Clean up array_push and prepare/execute in SQL* drivers
Queue ⇒ Horde Base
New Attachment: sql.patch Download
Reply to this comment
This patch removes slow array_push() calls where possible and uses the 
query() function instead of seperate prepare()/execute() calls.

Saved Queries