Releases: zzzprojects/EntityFramework-Extensions
10.105.1.1
Download the library here
- FIXED: Issue with EFE v9.x that required using a
ConfigurationManagerversion lower than10.0.0. It can now be used with any version higher than9.0.0.
Trial unlocked until the end of December
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
10.105.0.0
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 from9.x.y.zto10.x.y.z. - ADDED: Support to EF Core 10
- BREAKING CHANGES: MySqlBulkCopy is now used by our library when
AllowLoadLocalInfile=Trueis set in the connection string (specific to providers using MySqlConnector such as Pomelo.EntityFrameworkCore.MySql). - BREAKING CHANGES: BulkMerge now uses
INSERT DEFAULT VALUESwhen no column to insert is specified (specific to SQL Server). You can ignore the insert part by settingIgnoreOnMergeInsert = true. - UPDATED: Monthly Trial Release
Trial unlocked until the end of December
NOTE: EF Extensions uses EFCore-Pinned Versionning conventions
9.104.0.1
Download the library here
- FIXED: Options
UsePostgreSqlInsertOnConflictDoNothing,UsePostgreSqlInsertOnConflictDoUpdate, andUsePostgreSqlOnMergeInsertOnConflictDoUpdatecan 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
Download the library here
- BREAKING CHANGES: BulkSaveChanges will now create a savepoint when a transaction is already open, like
SaveChangesdoes (Issue #627) - BREAKING CHANGES: The following features WhereBulkContains, WhereBulkNotContains, and BulkRead now use fixed names instead of a generic
guidname to allow re-using cached query plans.- ADDED: A new option to disable this behavior:
WhereBulkManager.DisableFixedTemporaryTableName = true
- ADDED: A new option to disable this behavior:
- ADDED: Support to EF Core 10 RC1
- ADDED: New option TemporaryTableCreateAndDrop that will create and drop a table when a
TemporaryTableNameis 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
IsOptimizedproperty 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
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
GetHashCodeis overridden and theDictionaryEqualityCompareroption is used through IncludeGraph. - ADDED: Support to
SynchronizeSoftDeleteFormulato 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