Skip to content

Commit 2514aac

Browse files
author
fabien.menager
committed
Add note about Oracle and MySQL limitations for IncludeGraph feature
1 parent 1b4553f commit 2514aac

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ 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.
140+
139141
See [Graph Insert documentation](https://phenx.github.io/PhenX.EntityFrameworkCore.BulkInsert/graph-insert.html) for details.
140142

141143
### Conflict resolution / merge / upsert

docs/graph-insert.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Graph Insert (Navigation Properties)
22

3+
> ℹ️ This feature is not available for Oracle and MySQL providers due to limitations in retrieving generated IDs.
4+
35
This library supports bulk inserting entire object graphs, including entities with their related navigation properties.
46

57
## Enabling Graph Insert

0 commit comments

Comments
 (0)