Skip to content

Commit b8a97de

Browse files
committed
Update query_builder.rst
1 parent 3f237fa commit b8a97de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user_guide_src/source/database/query_builder.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,6 +1617,7 @@ Class Reference
16171617
:rtype: int|false
16181618

16191619
Compiles and executes batch ``UPDATE`` statements.
1620+
The ``$constraints`` parameter takes a comma delimited string of columns, an array, an associative array, or RawSql.
16201621

16211622
.. note:: When more than ``$batchSize`` field/value pairs are provided,
16221623
multiple queries will be executed, each handling up to ``$batchSize``

0 commit comments

Comments
 (0)