Skip to content

Releases: zzzprojects/EntityFramework-Extensions

7.17.1

23 Nov 15:58
Compare
Choose a tag to compare

Download the library here

  • FIXED: The variable name '@isForceOutputFromUnmodifiedRow' has already been declared. #518
  • FIXED: Issue that a concurrency exception was thrown with the options IsReadOnly. The code doesn't longer check for concurrency in this case since a simple select is performed

Trial unlocked until the end of December

7.17.0

15 Nov 16:22
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with UpdateFromQuery when the query we use to know which column to update has not Select Expression (EF Core only)
  • ADDED: Support when no owned is declared
  • IMPROVED: Performance and support for multiple cases using shadow values such as TPH, owned, and more
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of December

6.16.1

02 Nov 22:05
Compare
Choose a tag to compare

Download the library here

  • ADDED:: EnableConcurrencyForBulkOperation option to allow concurrency for BulkUpdate, BulkDelete, and BulkMerge for EF Core (cannot be enabled by default due to backward compatibility)
  • IMPROVED: Performance when retrieving the IEntityType from the ClrType

Trial unlocked until the end of November

6.16.0

26 Oct 13:48
Compare
Choose a tag to compare

Download the library here

  • BREAKING CHANGES: BulkDelete and BulkSynchronize now throw an options when using with IncludeGraph (the option was just ignored before)
  • ADDED: Support to ignoring column for option such as IgnoreOnMergeUpdateExpression to InMemory provider
  • ADDED: IncludeGraph can now combine multiple commands like the BulkSaveChanges for performance enhancement
  • IMPROVED: Mapping logic and performance for all bulk operations
  • IMPROVED: Logic to retrieve discriminator
  • IMPROVED: Logic when a value is created by Entity Framework itself

Trial unlocked until the end of November

6.15.2

11 Oct 16:57
Compare
Choose a tag to compare

Download the library here

  • ADDED: DisableBulkCommandBatch option to disable command combining during BulkSaveChanges
  • IMPROVED: Error message for PostgreSQL when the destination table is not found
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of November

6.15.1

26 Sep 19:57
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to EF Core 7 RC1
  • ADDED: AddLogExecuting event to add message to the current log

Trial unlocked until the end of October

6.15.0

15 Sep 01:00
Compare
Choose a tag to compare

Download the library here

  • MINOR UPGRADE: Multiple change in the mapping has been done to improve the performance for BulkSaveChanges
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of October

6.14.4

16 Aug 22:05
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support for LTree for PostgreSQL for all bulk operations methods
  • IMPROVED: MySQL SQL to reduce some LOCK TABLES when it was required
  • IMPROVED: Overall performance when using shadow value
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of September

6.14.3

19 Jul 23:13
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to EF Core 7 Preview 6
  • ADDED: Support for Coalesce with MySQL
  • IMPROVED: Performance for Shadow value and entity with relationship
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of August

6.14.2

22 Jun 16:20
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with EF Core 3 when using with .NET Framework 4.8 (When using in DeleteFromQuery, a field has a different name between .net framework and .net)
  • FIXED: Issue when the navigation path could not be resolved in EF Core

Trial unlocked until the end of July