Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797bfc5 commit 57496e3Copy full SHA for 57496e3
1 file changed
UPGRADE.md
@@ -1,5 +1,10 @@
1
# Upgrade to 2.7
2
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
8
## Deprecated code generators and related console commands
9
10
These console commands have been deprecated:
0 commit comments