Skip to content

Commit 9c5f5cc

Browse files
kenjismichalsn
andauthored
docs: make the description more precise
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent cc5b1d0 commit 9c5f5cc

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
@@ -66,7 +66,7 @@ Query Builder changes
6666

6767
For optimization and a bug fix, the following behaviors, mostly used in testing, have been changed.
6868

69-
- When you use ``insertBatch()`` and ``updateBatch()``, the return value of ``$query->getOriginalQuery()`` changed.
69+
- 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.
7070
- If ``testMode`` is ``true``, ``insertBatch()`` will return an SQL string array instead of the number of affected rows that were wrong.
7171

7272
Breaking Enhancements

0 commit comments

Comments
 (0)