Skip to content

Commit 5979c98

Browse files
sclubricantskenjis
andauthored
Update user_guide_src/source/changelogs/v4.3.0.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent bc02c21 commit 5979c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Query Builder
211211
- Added ``deleteBatch()`` method to QueryBuilder. See :ref:`delete-batch`.
212212
- Added ``when()`` and ``whenNot()`` methods to conditionally add clauses to the query. See :ref:`BaseBuilder::when() <db-builder-when>` for details.
213213
- Improved the SQL structure for ``Builder::updateBatch()``. See :ref:`update-batch` for the details.
214-
- Added ``BaseBuilder::setQueryAsData()`` which allows insert, update, upsert, delete from a query. See :ref:`insert-batch-data`.
214+
- Added ``BaseBuilder::setQueryAsData()`` which allows ``insertBatch()``, ``updateBatch()``, ``upsertBatch()``, ``deleteBatch()`` from a query. See :ref:`insert-batch-data`.
215215

216216
Forge
217217
-----

0 commit comments

Comments
 (0)