Skip to content

Commit 9ecec56

Browse files
committed
update user guide
1 parent 5fb20ae commit 9ecec56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/database/query_builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,7 @@ Class Reference
18701870
:param array $set: Data to insert
18711871
:param bool $escape: Whether to escape values
18721872
:param int $batch_size: Count of rows to insert at once
1873-
:returns: Number of rows inserted or ``false`` on failure
1873+
:returns: Number of rows inserted or ``false`` on no data to perform an insert operation
18741874
:rtype: int|false
18751875

18761876
Compiles and executes batch ``INSERT`` statements.

0 commit comments

Comments
 (0)