Skip to content

Commit

Permalink
Add non-transactional MERGE docs for Phoenix
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 2, 2025
1 parent c40fd18 commit cf10bf4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/src/main/sphinx/connector/phoenix.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ features:
- [](/sql/insert), see also [](phoenix-insert)
- [](/sql/update)
- [](/sql/delete), see also [](phoenix-delete)
- [](/sql/merge)
- [](/sql/merge), see also [](phoenix-merge)
- [](/sql/create-table)
- [](/sql/create-table-as)
- [](/sql/drop-table)
Expand All @@ -289,6 +289,10 @@ features:
```{include} sql-delete-limitation.fragment
```

(phoenix-merge)=
```{include} non-transactional-merge.fragment
```

(phoenix-procedures)=
### Procedures

Expand Down

0 comments on commit cf10bf4

Please sign in to comment.