Skip to content

Commit

Permalink
Merge pull request #7917 from cakephp/ADmad-patch-1
Browse files Browse the repository at this point in the history
Add info about results buffering
  • Loading branch information
ADmad committed Sep 15, 2024
2 parents c4cc62d + d9e054b commit a4849a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions en/appendices/5-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ Database
conjunctions to be expressed.
- New supports features were added for ``intersect``, ``intersect-all`` and
``set-operations-order-by`` features.
- The ability to fetch records without buffering which existed in 4.x has been restored.
Methods ``SelectQuery::enableBufferedResults()``, ``SelectQuery::disableBufferedResults()``
and ``SelectQuery::isBufferedResultsEnabled()`` have been re-added.

Datasource
----------
Expand Down

0 comments on commit a4849a1

Please sign in to comment.