Skip to content

Commit

Permalink
Add non-transactional MERGE docs for Ignite
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 2, 2025
1 parent cf10bf4 commit 598d950
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/main/sphinx/connector/ignite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
```
Expand Down

0 comments on commit 598d950

Please sign in to comment.