Skip to content

Commit ec20625

Browse files
committed
docs: update notes
1 parent 7e8b086 commit ec20625

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

user_guide_src/source/database/query_builder.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,8 @@ You can also upsert from a query:
966966

967967
.. literalinclude:: query_builder/115.php
968968

969-
.. note:: ``setQueryAsData()`` can be used since v4.3.0.
969+
.. note:: The ``setQueryAsData()``, ``onConstraint()``, and ``updateFields()``
970+
methods can be used since v4.3.0.
970971

971972
.. note:: It is required to alias the columns of the select query to match those of the target table.
972973

@@ -1120,7 +1121,8 @@ You can also update from a query:
11201121

11211122
.. literalinclude:: query_builder/116.php
11221123

1123-
.. note:: ``setQueryAsData()`` can be used since v4.3.0.
1124+
.. note:: The ``setQueryAsData()``, ``onConstraint()``, and ``updateFields()``
1125+
methods can be used since v4.3.0.
11241126

11251127
.. note:: It is required to alias the columns of the select query to match those of the target table.
11261128

0 commit comments

Comments
 (0)