From 37d7d6e0ef10ce46ee0f8bf5276182e3942d9c37 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 15 Sep 2024 00:07:25 +0530 Subject: [PATCH 1/2] Add info about results buffering --- en/appendices/5-1-migration-guide.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en/appendices/5-1-migration-guide.rst b/en/appendices/5-1-migration-guide.rst index 2432069804..b0362377e1 100644 --- a/en/appendices/5-1-migration-guide.rst +++ b/en/appendices/5-1-migration-guide.rst @@ -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()`` has been re-added. Datasource ---------- From d9e054b6116715cbd70d4228024968e23c91a404 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 15 Sep 2024 08:19:07 +0530 Subject: [PATCH 2/2] Update en/appendices/5-1-migration-guide.rst Co-authored-by: othercorey --- en/appendices/5-1-migration-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/appendices/5-1-migration-guide.rst b/en/appendices/5-1-migration-guide.rst index b0362377e1..caac02853f 100644 --- a/en/appendices/5-1-migration-guide.rst +++ b/en/appendices/5-1-migration-guide.rst @@ -114,7 +114,7 @@ Database ``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()`` has been re-added. + and ``SelectQuery::isBufferedResultsEnabled()`` have been re-added. Datasource ----------