File tree Expand file tree Collapse file tree
user_guide_src/source/database Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments