We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4cc62d + d9e054b commit a4849a1Copy full SHA for a4849a1
en/appendices/5-1-migration-guide.rst
@@ -112,6 +112,9 @@ Database
112
conjunctions to be expressed.
113
- New supports features were added for ``intersect``, ``intersect-all`` and
114
``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.
118
119
Datasource
120
----------
0 commit comments