Releases: zzzprojects/EntityFramework-Extensions
Releases · zzzprojects/EntityFramework-Extensions
6.13.13
6.13.12
Download the library here
- IMPROVED:
BulkDelete
now use directly aDELETE
statement whenever is possible instead of aMERGE NOT MATCHED DELETE
- FIXED: Deadlock in
PostgreSQL
caused by thecommand.ExecuteReader(System.Data.CommandBehavior.KeyInfo)
- FIXED: In Oracle: Unable to cast object of type 'System.Decimal' to type 'System.Int16'. #468
Trial unlocked until the end of March
6.13.10
6.13.9
6.13.8
6.13.7
6.13.6
Download the library here
- UPDATED: Monthly Trial Release
- FIXED: EF Core 6.0.1 and EF Extensions 6.13.4 throws TargetException on BulkInsert with in-memory provider #458
- FIXED:
WhereBulkContains
issue when used withView
- FIXED:
WhereBulkContains
issue withPostgreSQL
when schema name was not escaped as expected - FIXED: GUIDs in SQL queries lead to additional CPU load on SQL Server #428 (for EF6)
- FIXED: Issue with
Keyless
entity when using withBulk Operations
- ADDED: Support to
EFCore.SqlServer.HierarchId
package
Trial unlocked until the end of February
6.13.5
Download the library here
- FIXED: Issue with the
DisableStoredProcedure
added in v6.13.4; the option was not cloned correctly - ADDED: Option
CheckForNullableKeyValue
for theWhereBulkContains
feature - ADDED:
AcceptAllChangesOnSuccess
to allow to manually accept the changes after aBulkSaveChanges
Trial unlocked until the end of January
6.13.4
Download the library here
- UPDATED: Monthly Trial Release
- ADDED:
UsePostgreSqlInsertOnConflictDoNothing
option to use theON CONFLICT DO NOTHING
syntax instead of aWHERE
clause (might dramatically increase performance for PostgreSQL). - ADDED:
ColumnAddOrUpdateInput
,ColumnAddOrUpdateOutput
,ColumnAddOrUpdateInputOutput
option as the name suggest, allow you to add a column or update the direction of an existing column - ADDED:
DisableStoredProcedure
option for EF6 to directly perform operation in table (doesn't work forBulkSaveChanges
) - FIXED: "Check.DebugAssert failed: Only call this method for properties known to be part of a key." on BulkSaveChangesAsync #451
Trial unlocked until the end of January