DDC-1840: Create ParameterCollection indexed and implement it on AbstractQuery and QueryBuilder #2317

Closed
opened 2026-01-22 13:48:17 +01:00 by admin · 3 comments
Owner

Originally created by @doctrinebot on GitHub (May 26, 2012).

Originally assigned to: @Ocramius on GitHub.

Jira issue originally created by user @guilhermeblanco:

Currently, method setParameters in AbstractQuery and QueryBuilder only appends new parameters to the list. It should actually override the existing ones.
To be able to correctly fix this, we need to create a ParameterCollection which we can use/reuse to set/remove/append new parameters.
These elements should also support parameter types.

Originally created by @doctrinebot on GitHub (May 26, 2012). Originally assigned to: @Ocramius on GitHub. Jira issue originally created by user @guilhermeblanco: Currently, method setParameters in AbstractQuery and QueryBuilder only appends new parameters to the list. It should actually override the existing ones. To be able to correctly fix this, we need to create a ParameterCollection which we can use/reuse to set/remove/append new parameters. These elements should also support parameter types.
admin added the Improvement label 2026-01-22 13:48:17 +01:00
admin closed this issue 2026-01-22 13:48:18 +01:00
Author
Owner

@doctrinebot commented on GitHub (May 27, 2012):

Comment created by @beberlei:

Not a bug

@doctrinebot commented on GitHub (May 27, 2012): Comment created by @beberlei: Not a bug
Author
Owner

@doctrinebot commented on GitHub (Jan 17, 2015):

Comment created by @ocramius:

Already resolved in 2.3.x

@doctrinebot commented on GitHub (Jan 17, 2015): Comment created by @ocramius: Already resolved in 2.3.x
Author
Owner

@doctrinebot commented on GitHub (Jan 17, 2015):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Jan 17, 2015): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#2317