mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-129: Enable Chaining of ORM\AbstractQuery::setParameter() #163
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 (Nov 7, 2009).
Jira issue originally created by user mcurcio:
To make better use of the getSingleResult() and similar convenience methods, it would be beneficial for setParameter() to return $this, so that it could be included in a Query chain. Likewise, it might be useful to be able to pass parameters to said convenience methods.
@doctrinebot commented on GitHub (Nov 7, 2009):
Comment created by @guilhermeblanco:
This issue was already reported in http://www.doctrine-project.org/jira/browse/DDC-126
Cheers,
@doctrinebot commented on GitHub (Nov 7, 2009):
Issue was closed with resolution "Duplicate"