mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
DDC-792: CLI run-dql --max-result switch calls undefined method #974
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 7, 2010).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user mjh_ca:
Result:
Solution:
Update line 117 of Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php to call *setMaxResults* rather than setMaxResult
@doctrinebot commented on GitHub (Sep 15, 2010):
Comment created by @guilhermeblanco:
On http://github.com/doctrine/doctrine2/commit/2e3c1506fbeec0f3598a71c8a9624b72c59e3674 this issue was fixed.
Thanks for the report! =)
@doctrinebot commented on GitHub (Sep 15, 2010):
Issue was closed with resolution "Fixed"