Skip to content

Commit a4849a1

Browse files
authored
Merge pull request #7917 from cakephp/ADmad-patch-1
Add info about results buffering
2 parents c4cc62d + d9e054b commit a4849a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

en/appendices/5-1-migration-guide.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ Database
112112
conjunctions to be expressed.
113113
- New supports features were added for ``intersect``, ``intersect-all`` and
114114
``set-operations-order-by`` features.
115+
- The ability to fetch records without buffering which existed in 4.x has been restored.
116+
Methods ``SelectQuery::enableBufferedResults()``, ``SelectQuery::disableBufferedResults()``
117+
and ``SelectQuery::isBufferedResultsEnabled()`` have been re-added.
115118

116119
Datasource
117120
----------

0 commit comments

Comments
 (0)