Releases: zzzprojects/EntityFramework-Extensions
Releases · zzzprojects/EntityFramework-Extensions
7.17.1
Download the library here
- FIXED: The variable name '@isForceOutputFromUnmodifiedRow' has already been declared. #518
- FIXED: Issue that a concurrency exception was thrown with the options
IsReadOnly
. The code doesn't longer check for concurrency in this case since a simple select is performed
Trial unlocked until the end of December
7.17.0
Download the library here
- FIXED: Issue with
UpdateFromQuery
when the query we use to know which column to update has notSelect Expression
(EF Core only) - ADDED: Support when no owned is declared
- IMPROVED: Performance and support for multiple cases using shadow values such as TPH, owned, and more
- UPDATED: Monthly Trial Release
Trial unlocked until the end of December
6.16.1
Download the library here
- ADDED::
EnableConcurrencyForBulkOperation
option to allow concurrency forBulkUpdate
,BulkDelete
, andBulkMerge
for EF Core (cannot be enabled by default due to backward compatibility) - IMPROVED: Performance when retrieving the
IEntityType
from theClrType
Trial unlocked until the end of November
6.16.0
Download the library here
- BREAKING CHANGES:
BulkDelete
andBulkSynchronize
now throw an options when using withIncludeGraph
(the option was just ignored before) - ADDED: Support to ignoring column for option such as
IgnoreOnMergeUpdateExpression
toInMemory
provider - ADDED:
IncludeGraph
can now combine multiple commands like theBulkSaveChanges
for performance enhancement - IMPROVED: Mapping logic and performance for all bulk operations
- IMPROVED: Logic to retrieve discriminator
- IMPROVED: Logic when a value is created by Entity Framework itself
Trial unlocked until the end of November