DDC-1328: DQL should support LIMIT/OFFSET #1666

Closed
opened 2026-01-22 13:21:36 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Aug 11, 2011).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user sigma:

DQL should support LIMIT/OFFSET like Doctrine1 does.

Originally created by @doctrinebot on GitHub (Aug 11, 2011). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user sigma: DQL should support LIMIT/OFFSET like Doctrine1 does.
admin added the Improvement label 2026-01-22 13:21:36 +01:00
admin closed this issue 2026-01-22 13:21:37 +01:00
Author
Owner

@doctrinebot commented on GitHub (Aug 11, 2011):

Comment created by @beberlei:

DQL Does support limit offset through the $query->setFirstResult() and $query->setMaxresults() methods. This is done to allow reusing the same Query Cache Entry for different limit/offset settings.

@doctrinebot commented on GitHub (Aug 11, 2011): Comment created by @beberlei: DQL Does support limit offset through the $query->setFirstResult() and $query->setMaxresults() methods. This is done to allow reusing the same Query Cache Entry for different limit/offset settings.
Author
Owner

@doctrinebot commented on GitHub (Aug 11, 2011):

Issue was closed with resolution "Invalid"

@doctrinebot commented on GitHub (Aug 11, 2011): Issue was closed with resolution "Invalid"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1666