Skip to content

Commit cc5b1d0

Browse files
committed
docs: add breaking changes to upgrade note
1 parent 6e1194f commit cc5b1d0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

user_guide_src/source/installation/upgrade_415.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ The bug was fixed. If your requests depend on the headers, your requests might f
6161
In this case, add the necessary headers manually.
6262
See `CURLRequest Class <../libraries/curlrequest.html#headers>`_ for how to add.
6363

64+
Query Builder changes
65+
---------------------
66+
67+
For optimization and a bug fix, the following behaviors, mostly used in testing, have been changed.
68+
69+
- When you use ``insertBatch()`` and ``updateBatch()``, the return value of ``$query->getOriginalQuery()`` changed.
70+
- If ``testMode`` is ``true``, ``insertBatch()`` will return an SQL string array instead of the number of affected rows that were wrong.
71+
6472
Breaking Enhancements
6573
=====================
6674

0 commit comments

Comments
 (0)