From 598d950724b759864ef13e56c651bd6c4edd0388 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Thu, 26 Dec 2024 21:40:20 -0800 Subject: [PATCH] Add non-transactional MERGE docs for Ignite --- docs/src/main/sphinx/connector/ignite.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/main/sphinx/connector/ignite.md b/docs/src/main/sphinx/connector/ignite.md index 8bde66f1de0..108ebc4a2a7 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 ```