Releases: zzzprojects/EntityFramework-Extensions
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:
SmartDefaultValueOnBulkMergeInsertandSmartPartialResolutionOnBulkMergeInsert - FIXED: Issue with
InMemorywhen 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
BulkOperationBuilderin 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 = trueis used #614 (Specific for MySQL) - UPDATED: Monthly Trial Release
Trial unlocked until the end of January
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.103.6.3
Download the library here
- FIXED: Issue with WhereBulkContains when specifying the table name (Specific to PostgreSQL)
- ADDED: Support to Column Collation if none has been found in the database (Specific to SQL Server)
- ADDED: New option
DisablePostgreSqlSpecializedCastForIdentitythat disables the cast we perform for the identity. This option is sometimes required with the type is aSERIALthat we try to cast as aBIGINT(Specific to PostgreSQL) - ADDED: Multiple improvements for
MySQL:- Support for some subquery with the UpdateFromQuery feature
- Support to
DisableDotCheckForEscapeTableNameoption - Support to
Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlGeometryTypeMapping - Support to Audit, ResultInfo, and Logging when deleting during the BulkSynchronize
Trial unlocked until the end of December
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.103.6.2
Download the library here
- EFCORE-VERSION CHANGES: With EF Core 9 released, the
[efcore-version]in the[efcore-version].[major].[minor].[patch]versioning conventions will now be incremented from8.x.y.zto9.x.y.z.
Trial unlocked until the end of December
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
8.103.6.2
Download the library here
- ADDED: Support to key that use a
NUMERICtype (Specific to PostgreSQL) - UPDATED: Monthly Trial Release
Trial unlocked until the end of December
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
8.103.6.1
Download the library here
- UPDATED: Monthly Trial Release for EF6
Trial unlocked until the end of November
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
8.103.6.0
Download the library here
- ADDED: 2 news methods
WhereExistsBulkInsertandWhereNotExistsBulkInsert. More documentation is coming in November. Meanwhile, you can reference this comment - ADDED: Support to EF Core 9 RC2
- UPDATED: Monthly Trial Release
Trial unlocked until the end of November
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
8.103.5.0
Download the library here
- ADDED: Post "event" such as
PostBulkSaveChanges,PostBulkInsert, etc. - ADDED: Support to
AutoTruncatefeature to more provider (Specific to PostgreSQL) - ADDED: New global option
WhereBulkManager.ReplaceFirstTableNameOccurenceOnlythat allow to replace only the first occurrence of the table for options such as WhereBulkContains (and other similar methods) - FIXED: Issue when the generated alias had more than 63 characters (Specific to PostgreSQL)
Trial unlocked until the end of October
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions