Skip to content

Commit ec72812

Browse files
committed
docs: add note for updateBatch() API change
1 parent 7eb1c3c commit ec72812

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user_guide_src/source/database/query_builder.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,8 @@ Class Reference
16181618
:returns: Number of rows updated or ``false`` on failure
16191619
:rtype: int|false
16201620

1621+
.. note:: Since v4.3.0, the types of the parameters ``$set`` and ``$constraints`` have changed.
1622+
16211623
Compiles and executes batch ``UPDATE`` statements.
16221624
The ``$constraints`` parameter takes a comma delimited string of columns, an array, an associative array, or RawSql.
16231625

0 commit comments

Comments
 (0)