Releases: zzzprojects/EntityFramework-Extensions
9.103.9.3
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of September
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.103.9.2
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of August
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.103.9.1
Download the library here
- ADDED: Support for the new JSON data type (Specific for SQL Server)
Trial unlocked until the end of July
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.103.9.0
Download the library here
- ADDED: Support to SynchronizeSoftDeleteFormula to MySQL provider
- UPDATED: Monthly Trial Release
Trial unlocked until the end of July
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.103.8.1
Download the library here
- ADDED: Support for an additional case when
GetHashCode
is overridden and theDictionaryEqualityComparer
option is used through IncludeGraph. - ADDED: Support to
SynchronizeSoftDeleteFormula
to SQLite provider - UPDATED: Monthly Trial Release
Trial unlocked until the end of June
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.103.8
Download the library here
- UPDATED: Monthly Trial Release
- ADDED: Support to Devart.Data.MySql.EFCore
Trial unlocked until the end of May
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.103.7.2
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of April
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.103.7.1
Download the library here
- ADDED: New ExplicitValueResolutionMode:
SmartDefaultValueOnBulkMergeInsert
andSmartPartialResolutionOnBulkMergeInsert
- FIXED: Issue with
InMemory
when EFE is trying to retrieve the relational table (Specific for 9.x version) - IMPROVED: How we handle concurrency checks for bulk operations (Specific for MySQL)
- IMPROVED: How we handle primary keys that are found automatically that are required to be outputted for some rare scenario (Specific for MySQL)
- UPDATED: Monthly Trial Release
Trial unlocked until the end of March
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.103.7.0
Download the library here
- ADDED: A new option
BulkOperationBuilder
in theWhereBulkManager
. The builder will be used when data is inserted into a temporary table, allowing some custom options. This option is for the WhereBulkContains and similar methods. - UPDATED: Monthly Trial Release
Trial unlocked until the end of February
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.103.6.4
Download the library here
- BREAKING CHANGES: If there is no column to update during a BulkMerge, values will no longer be outputted unless the option
ForceOutputFromUnmodifiedRow = true
is used #614 (Specific for MySQL) - UPDATED: Monthly Trial Release
Trial unlocked until the end of January
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions