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 c0aa82d commit 5e4d7efCopy full SHA for 5e4d7ef
user_guide_src/source/database/query_builder.rst
@@ -1597,6 +1597,7 @@ Class Reference
1597
:rtype: ``BaseBuilder``
1598
1599
Adds field/value pairs to be inserted in a table later via ``insertBatch()``.
1600
+
1601
.. important:: This method is deprecated. It will be removed in future releases.
1602
1603
.. php:method:: update([$set = null[, $where = null[, $limit = null]]])
@@ -1670,6 +1671,7 @@ Class Reference
1670
1671
1672
1673
Adds field/value pairs to be updated in a table later via ``updateBatch()``.
1674
1675
1676
1677
.. php:method:: replace([$set = null])
0 commit comments