mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1356: DQL does not accept a parameter containing Entities #1701
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 (Sep 1, 2011).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user @guilhermeblanco:
Currently, it is impossible to provide an argument that is a collection of Entities. Example:
Returns this error currently:
@doctrinebot commented on GitHub (Sep 1, 2011):
Comment created by @guilhermeblanco:
Fixed in
3b3186ee98@doctrinebot commented on GitHub (Sep 1, 2011):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Sep 4, 2011):
Comment created by @beberlei:
Merged