mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1426: Github-PR-115 by mpdeimos: findByXXX does not accept orderBy/limit/offset #1788
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 (Oct 17, 2011).
Originally assigned to: @asm89 on GitHub.
Jira issue originally created by user @guilhermeblanco:
Our modification to pass findByXXX functions orderBy/limit/offset params for entity repositories like one is used from normal findBy function.
We're using an if cascade in favor of the call_user_function_array since the latter is considered as slow.
PS: If i need to target this pull request to your master, I'll resubmit - it's just that we're building against a stable codebase.
Reference link: https://github.com/doctrine/doctrine2/pull/115