mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-990: Update QueryBuilder reference doc #1233
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 (Jan 17, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user dbu:
i had a hard time finding how to limit the number of results for querybuilder.
the reference does not say how to do it
http://www.doctrine-project.org/docs/orm/2.0/en/reference/query-builder.html
google brought up that its called setMaxResult, which works fine:
http://www.doctrine-project.org/api/orm/2.0/doctrine/orm/querybuilder.html
maybe the reference is missing more things from the code...
(btw: calling it just limit would have been very intuitive for sql people ;-)
@doctrinebot commented on GitHub (Jan 23, 2011):
Comment created by @beberlei:
Fixed
@doctrinebot commented on GitHub (Jan 23, 2011):
Issue was closed with resolution "Fixed"