borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite
C#NOASSERTION
Issues
- 0
- 5
- 2
An error is reported during batch update: "The MERGE statement attempted to update or delete the same row multiple times. This situation occurs when the target row matches multiple source rows."
#1644 opened by LadyKiller1025 - 2
BulkRead with ReplaceReadEntities=True Not Working as Expected When No Matches Found
#1637 opened by champin4 - 6
- 0
- 2
- 15
Calling BulkInsertOrUpdate with SetOutputIdentity=true, PreserveInsertOrder=true, returns data that contains data from other rows.
#1629 opened by MiladNL - 4
Concurrent BulkInsertOrUpdateAsync Calls with UpdateByProperties Set, throws Duplicate Key Name Errors
#1634 opened by Seiori - 0
BulkInsertAsync does not seem to want to insert entries where the entry has a child entity that is null
#1636 opened by snydesc - 0
BulkSaveChanges/BulkInsert(IncludeGraph=true): Issue with Parent-Child Entity Mapping
#1635 opened by Zinoberous - 0
BulkUpdateAsync throws KeyNotFoundException on OwnsMany with JSONB column
#1554 opened by AndriyKhavro - 15
Not able to use the package with .NET 9
#1605 opened by Thovenaar - 1
- 1
Not compatible with efcore 9.0
#1624 opened by zelda1link3 - 1
BulkInsert don't work for lazy-evaluated IEnumerable
#1562 opened by KurinAlex - 3
TableInfo:GetPropertyUnambiguous always return null
#1621 opened by martosource - 1
- 4
- 1
Where's your change log?
#1615 opened by oasaleh - 2
BulkSaveChanges throws NullReferenceException when saving Many-to-many relationship
#1563 opened by SnakeBite94 - 1
Any way to exclude unused connectors?
#1614 opened by nikriaz - 6
SqlServer BulkInsert into TemporalTable with RowVersion column and SetOutputIdentity = true
#1565 opened by rafal1104 - 1
SetOutputIdentity = true cannot help BulkInsert function return db entries ids
#1599 opened by codecodecookie - 1
BulkInsertOrUpdate issue with IncludeGraph - Incorrectly changing child items foreign key values.
#1578 opened by audeezy13 - 1
BulkInsertAsync throws an AmbiguousMatchException
#1604 opened by JelleKerkstra - 7
System.Text.Json.JsonReaderException on BulkInsertAsync when SetOutputIdentity = true, and IsJson column is null
#1572 opened by manuel-fernandez-rodriguez - 2
Postgres UNLOGGED TABLE support?
#1601 opened by MSandro - 2
Error when using BulkInsert/BulkUpdate on a list of TPC/TPH entities with SQLServer
#1566 opened by SandraS41 - 1
Dictionary error when bulk inserting using TPT, when derived type has converters
#1570 opened by Entroper - 3
- 6
BulkSaveChangesAsync, parent / children not working
#1596 opened by pajacz - 1
The given key _id was not present in the dictionary
#1577 opened by gparissis - 3
Soft Deleted Records Are Incorrectly Marked as Newly Deleted During Each Sync When They Don’t Come from the Source
#1595 opened by TrueGandalf - 5
BulkInsertOrUpdateAsync with TPH
#1579 opened by Vano4ok - 1
PostgreSQL BulkInsertAsync doesn't set value to columns which have default value set
#1597 opened by Sharpeli - 6
Support EF interceptors
#1591 opened by rezathecoder - 1
Please support Oracle
#1590 opened by doanhieu9797 - 2
- 3
- 1
Support EFCore 8.0.8
#1560 opened by NastouhGit - 1
Done PostgreSqlAdapter refactor todo
#1555 opened by MatinGhanbari - 0
MySQL Failure when using Reserved Words for Table name
#1546 opened by chasse20 - 3
[MySql/MariaDb] Insert an boolean type has invalid result (Always insert true in a bit column)
#1521 opened by Cyril12740 - 1
`SharedTypeEntity` don't work with bulk operations
#1520 opened by paulrostorp - 1
Question : Set value on shadow properties "on save"
#1522 opened by nikhu28 - 9
BulkInsertAsync is assigning negative values to inserted entries' primary keys
#1534 opened by cjohnson57 - 1
Unable to cast object of type 'System.Int64' to type 'System.Nullable`1[System.Int32]'
#1523 opened by boomgetchopped - 1
PostgreSQL Table-Per-Hierarchy Inheritance Is Not Working
#1524 opened by Genide - 1
Truncate method with custom table name
#1527 opened by bugejakurt