Skip to content

Releases: zzzprojects/EntityFramework-Extensions

10.105.1.1

19 Nov 00:45

Choose a tag to compare

Download the library here

  • FIXED: Issue with EFE v9.x that required using a ConfigurationManager version lower than 10.0.0. It can now be used with any version higher than 9.0.0.

Trial unlocked until the end of December

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

10.105.0.0

11 Nov 17:00

Choose a tag to compare

Download the library here

  • EFCORE-VERSION CHANGES: With EF Core 10 released, the [efcore-version] in the [efcore-version].[major].[minor].[patch] versioning conventions will now be incremented from 9.x.y.z to 10.x.y.z.
  • ADDED: Support to EF Core 10
  • BREAKING CHANGES: MySqlBulkCopy is now used by our library when AllowLoadLocalInfile=True is set in the connection string (specific to providers using MySqlConnector such as Pomelo.EntityFrameworkCore.MySql).
  • BREAKING CHANGES: BulkMerge now uses INSERT DEFAULT VALUES when no column to insert is specified (specific to SQL Server). You can ignore the insert part by setting IgnoreOnMergeInsert = true.
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of December

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

9.104.0.1

07 Oct 17:06
c3ffa23

Choose a tag to compare

Download the library here

  • FIXED: Options UsePostgreSqlInsertOnConflictDoNothing, UsePostgreSqlInsertOnConflictDoUpdate, and UsePostgreSqlOnMergeInsertOnConflictDoUpdate can now be used when the key is an identity (specific to PostgreSQL).
  • RENAMED: New options added in the previous version to better align with those that may contain SQL text (specific to Oracle):
    • OracleInsertTableHint to OracleInsertTableHintSql
    • OracleSelectInsertIfNotExistsTableHint to OracleSelectInsertIfNotExistsTableHintSql
    • OracleUpdateTableHint to OracleUpdateTableHintSql
    • OracleDeleteTableHint to OracleDeleteTableHintSql
    • OracleMergeInsertTableHint to OracleMergeInsertTableHintSql
    • OracleMergeUpdateTableHint to OracleMergeUpdateTableHintSql
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of November

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

9.104.0.0

16 Sep 21:22
49e6d36

Choose a tag to compare

Download the library here

  • BREAKING CHANGES: BulkSaveChanges will now create a savepoint when a transaction is already open, like SaveChanges does (Issue #627)
  • BREAKING CHANGES: The following features WhereBulkContains, WhereBulkNotContains, and BulkRead now use fixed names instead of a generic guid name to allow re-using cached query plans.
    • ADDED: A new option to disable this behavior: WhereBulkManager.DisableFixedTemporaryTableName = true
  • ADDED: Support to EF Core 10 RC1
  • ADDED: New option TemporaryTableCreateAndDrop that will create and drop a table when a TemporaryTableName is specified.
  • ADDED: New option ResolvedTemporaryTableName that will return the temporary table name used.
  • ADDED: New option UsePostgreOnMergeSqlInsertOnConflictDoUpdate (specific to PostgreSQL)
  • ADDED: New options (specific to Oracle):
    • OracleInsertTableHint
    • OracleSelectInsertIfNotExistsTableHint
    • OracleUpdateTableHint
    • OracleDeleteTableHint
    • OracleMergeInsertTableHint
    • OracleMergeUpdateTableHint
  • FIXED: Issue with BulkInsertOptimized. The IsOptimized property was throwing an error when the method was used with an empty list (Issue #633).
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of October

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

9.103.9.3

12 Aug 21:34
e54860a

Choose a tag to compare

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

21 Jul 19:44
e54860a

Choose a tag to compare

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

23 Jun 16:53
e54860a

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

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

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

Choose a tag to compare

Download the library here

Trial unlocked until the end of May

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions