[DDC-2283] Paginator with orderBy in joined data retrieve bad result Created: 07/Feb/13 Updated: 26/Feb/13 |
|
| Status: | Open |
| Project: | Doctrine 2 - ORM |
| Component/s: | ORM |
| Affects Version/s: | 2.3.2 |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Minor |
| Reporter: | Jean-Philippe THEVENOUX | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | paginator | ||
| Description |
|
entity A have many entity B If DQL is something like "select A, B from A join B order by A.field1, B.field2" so, if a entity A have 20 entity B (and these sub-entity have all a different b.field2) then there's only 1 A retrieved |