Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Invalid
-
Affects Version/s: None
-
Fix Version/s: 2.0-ALPHA2
-
Component/s: ORM
-
Security Level: All
-
Labels:None
Description
Currently (2.0 Alpha 1) QueryBuilder does not support limit or offset functionality. These were supported in Doctrine 1 and should be added. QueryBuilder's value is significantly lower without these features because simple pagination is not possible. Methods limit($limit) and offset($offset) should be added to QueryBuilder, like in Doctrine 1. Query already has support for limit and offset, so this should not be a large change.
Sorry, but the cloned ticket was just a mistake... please close it for me, because I'm not able to do this.