Skip to content

Releases: zzzprojects/EntityFramework-Extensions

9.103.9.1

23 Jun 16:53
e54860a
Compare
Choose a tag to compare

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

11 Jun 14:52
e54860a
Compare
Choose a tag to compare

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

06 May 20:11
e54860a
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support for an additional case when GetHashCode is overridden and the DictionaryEqualityComparer 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

08 Apr 21:04
e54860a
Compare
Choose a tag to compare

Download the library here

Trial unlocked until the end of May

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

9.103.7.2

11 Mar 08:02
e54860a
Compare
Choose a tag to compare

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

11 Feb 23:47
e54860a
Compare
Choose a tag to compare

Download the library here

  • ADDED: New ExplicitValueResolutionMode: SmartDefaultValueOnBulkMergeInsert and SmartPartialResolutionOnBulkMergeInsert
  • 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

14 Jan 23:40
e54860a
Compare
Choose a tag to compare

Download the library here

  • ADDED: A new option BulkOperationBuilder in the WhereBulkManager. 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

17 Dec 16:28
e54860a
Compare
Choose a tag to compare

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

9.103.6.3

26 Nov 18:50
e54860a
Compare
Choose a tag to compare

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 DisablePostgreSqlSpecializedCastForIdentity that disables the cast we perform for the identity. This option is sometimes required with the type is a SERIAL that we try to cast as a BIGINT (Specific to PostgreSQL)
  • ADDED: Multiple improvements for MySQL:
    • Support for some subquery with the UpdateFromQuery feature
    • Support to DisableDotCheckForEscapeTableName option
    • 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

13 Nov 13:50
e54860a
Compare
Choose a tag to compare

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 from 8.x.y.z to 9.x.y.z.

Trial unlocked until the end of December

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions