Skip to content

Commit 9d17d4a

Browse files
committed
Fix User Guide
1 parent 020649f commit 9d17d4a

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
@@ -1752,6 +1752,7 @@ Class Reference
17521752
.. important:: This method is deprecated. It will be removed in future releases.
17531753

17541754
.. php:method:: upsert([$set = null[, $escape = null]])
1755+
17551756
:param array $set: An associative array of field/value pairs
17561757
:param bool $escape: Whether to escape values
17571758
:returns: ``true`` on success, ``false`` on failure
@@ -1760,6 +1761,7 @@ Class Reference
17601761
Compiles and executes an ``UPSERT`` statement.
17611762

17621763
.. php:method:: upsertBatch([$set = null[, $escape = null[, $batch_size = 100]]])
1764+
17631765
:param array $set: Data to upsert
17641766
:param bool $escape: Whether to escape values
17651767
:param int $batch_size: Count of rows to upsert at once

0 commit comments

Comments
 (0)