Skip to content

Commit 45ebd9c

Browse files
kenjismichalsn
andauthored
docs: add the reason for the change
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent e08bc93 commit 45ebd9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/installation/upgrade_415.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Query Builder changes
6767
For optimization and a bug fix, the following behaviors, mostly used in testing, have been changed.
6868

6969
- When you use ``insertBatch()`` and ``updateBatch()``, the return value of ``$query->getOriginalQuery()`` has changed. It no longer returns the query with the binded parameters, but the actual query that was run.
70-
- If ``testMode`` is ``true``, ``insertBatch()`` will return an SQL string array instead of the number of affected rows that were wrong.
70+
- If ``testMode`` is ``true``, ``insertBatch()`` will return an SQL string array instead of the number of affected rows. This change was made so that the returned data type is the same as the ``updateBatch()`` method.
7171

7272
Breaking Enhancements
7373
=====================

0 commit comments

Comments
 (0)