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 Dec 27, 2024
1 parent 2b7caab commit af58a05
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 af58a05

Please sign in to comment.