We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb20ae commit 9ecec56Copy full SHA for 9ecec56
user_guide_src/source/database/query_builder.rst
@@ -1870,7 +1870,7 @@ Class Reference
1870
:param array $set: Data to insert
1871
:param bool $escape: Whether to escape values
1872
:param int $batch_size: Count of rows to insert at once
1873
- :returns: Number of rows inserted or ``false`` on failure
+ :returns: Number of rows inserted or ``false`` on no data to perform an insert operation
1874
:rtype: int|false
1875
1876
Compiles and executes batch ``INSERT`` statements.
0 commit comments