mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1840: Create ParameterCollection indexed and implement it on AbstractQuery and QueryBuilder #2317
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@doctrinebot commented on GitHub (May 27, 2012):
Comment created by @beberlei:
Not a bug
@doctrinebot commented on GitHub (Jan 17, 2015):
Comment created by @ocramius:
Already resolved in 2.3.x
@doctrinebot commented on GitHub (Jan 17, 2015):
Issue was closed with resolution "Fixed"