Skip to content

Commit 5e4d7ef

Browse files
committed
Update query_builder.rst
1 parent c0aa82d commit 5e4d7ef

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
@@ -1597,6 +1597,7 @@ Class Reference
15971597
:rtype: ``BaseBuilder``
15981598

15991599
Adds field/value pairs to be inserted in a table later via ``insertBatch()``.
1600+
16001601
.. important:: This method is deprecated. It will be removed in future releases.
16011602

16021603
.. php:method:: update([$set = null[, $where = null[, $limit = null]]])
@@ -1670,6 +1671,7 @@ Class Reference
16701671
:rtype: ``BaseBuilder``
16711672

16721673
Adds field/value pairs to be updated in a table later via ``updateBatch()``.
1674+
16731675
.. important:: This method is deprecated. It will be removed in future releases.
16741676

16751677
.. php:method:: replace([$set = null])

0 commit comments

Comments
 (0)