Skip to content

Commit

Permalink
Clarify connector support for SQL MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
jhlodin authored and hashhar committed Sep 6, 2022
1 parent ce608b7 commit 93881a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/main/sphinx/sql/merge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,7 @@ table row::
Limitations
-----------

Some connectors have limited or no support for ``MERGE``.
See connector documentation for more details.
Any connector can be used as a source table for a ``MERGE`` statement.
Only connectors which support the ``MERGE`` statement can be the target of a
merge operation. See the :doc:`connector documentation </connector>` for more
information.

0 comments on commit 93881a8

Please sign in to comment.