diff --git a/docs/src/main/sphinx/connector/ignite.md b/docs/src/main/sphinx/connector/ignite.md index 8bde66f1de07..108ebc4a2a7e 100644 --- a/docs/src/main/sphinx/connector/ignite.md +++ b/docs/src/main/sphinx/connector/ignite.md @@ -173,6 +173,7 @@ statements, the connector supports the following features: - [](/sql/insert), see also [](ignite-insert) - [](/sql/update), see also [](ignite-update) - [](/sql/delete) +- [](/sql/merge), see also [](ignite-merge) - [](/sql/create-table) - [](/sql/create-table-as) - [](/sql/drop-table) @@ -187,6 +188,10 @@ statements, the connector supports the following features: ```{include} sql-update-limitation.fragment ``` +(ignite-merge)= +```{include} non-transactional-merge.fragment +``` + (ignite-alter-table)= ```{include} alter-table-limitation.fragment ```