Skip to content

Commit

Permalink
update user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Jan 2, 2025
1 parent 5fb20ae commit 9ecec56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/database/query_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@ Class Reference
:param array $set: Data to insert
:param bool $escape: Whether to escape values
:param int $batch_size: Count of rows to insert at once
:returns: Number of rows inserted or ``false`` on failure
:returns: Number of rows inserted or ``false`` on no data to perform an insert operation
:rtype: int|false

Compiles and executes batch ``INSERT`` statements.
Expand Down

0 comments on commit 9ecec56

Please sign in to comment.