Skip to content

Commit 092ed1f

Browse files
PhenXCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2ab4e87 commit 092ed1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ var blogs = new List<Blog>
136136
await dbContext.ExecuteBulkInsertAsync(blogs, o => o.IncludeGraph = true);
137137
```
138138

139-
> ℹ️ This feature is not available for Oracle and MySQL providers due to limitations in retrieving generated IDs.
139+
> ℹ️ Automatic propagation of **database-generated keys** for graph inserts is not available for Oracle and MySQL providers due to limitations in retrieving generated IDs. You can still use `IncludeGraph` with these providers when keys are client-generated.
140140
141-
See [Graph Insert documentation](https://phenx.github.io/PhenX.EntityFrameworkCore.BulkInsert/graph-insert.html) for details.
141+
See [Graph Insert documentation](https://phenx.github.io/PhenX.EntityFrameworkCore.BulkInsert/graph-insert.html) for details and provider-specific notes.
142142

143143
### Conflict resolution / merge / upsert
144144

0 commit comments

Comments
 (0)