Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57496e3

Browse files
committed
Add minor BC-break notes on output walkers in paginator
As explained in #7863 (comment).
1 parent 797bfc5 commit 57496e3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

UPGRADE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Upgrade to 2.7
22

3+
## Minor BC BREAK: paginator output walkers aren't be called anymore on sub-queries for queries without max results
4+
5+
To optimize DB interaction, `Doctrine\ORM\Tools\Pagination\Paginator` no longer fetches identifiers to be able to
6+
perform the pagination with join collections when max results isn't set in the query.
7+
38
## Deprecated code generators and related console commands
49

510
These console commands have been deprecated:

0 commit comments

Comments
 (0)