Skip to content

Releases: zzzprojects/EntityFramework-Extensions

6.13.13

02 Mar 13:57
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to DisablePrimaryKeyNullCheck for PostgreSQL

Trial unlocked until the end of March

6.13.12

23 Feb 16:17
Compare
Choose a tag to compare

Download the library here

  • IMPROVED: BulkDelete now use directly a DELETE statement whenever is possible instead of a MERGE NOT MATCHED DELETE
  • FIXED: Deadlock in PostgreSQL caused by the command.ExecuteReader(System.Data.CommandBehavior.KeyInfo)
  • FIXED: In Oracle: Unable to cast object of type 'System.Decimal' to type 'System.Int16'. #468

Trial unlocked until the end of March

6.13.10

16 Feb 13:17
9223b95
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release
  • FIXED: AutoTruncate option that was truncating to an invalid length
  • FIXED: Owned entities with Unique Index throws exception #469

Trial unlocked until the end of March

6.13.9

09 Feb 00:47
9223b95
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with a rare owned entity case
  • FIXED: Issue with Oracle and UpdateFromQuery when a parameter was added but not used in the query

Trial unlocked until the end of February

6.13.8

02 Feb 16:23
9223b95
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with UpdateFromQuery with some special complex case when using LINQ to set value

Trial unlocked until the end of February

6.13.7

18 Jan 17:04
9223b95
Compare
Choose a tag to compare

Download the library here

  • FIXED: EF Core 6.0.1 and EF Extensions 6.13.4 throws TargetException on BulkInsert with in-memory provider #458

Trial unlocked until the end of February

6.13.6

12 Jan 14:11
9223b95
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release
  • FIXED: EF Core 6.0.1 and EF Extensions 6.13.4 throws TargetException on BulkInsert with in-memory provider #458
  • FIXED: WhereBulkContains issue when used with View
  • FIXED: WhereBulkContains issue with PostgreSQL when schema name was not escaped as expected
  • FIXED: GUIDs in SQL queries lead to additional CPU load on SQL Server #428 (for EF6)
  • FIXED: Issue with Keyless entity when using with Bulk Operations
  • ADDED: Support to EFCore.SqlServer.HierarchId package

Trial unlocked until the end of February

6.13.5

30 Dec 16:15
9223b95
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with the DisableStoredProcedure added in v6.13.4; the option was not cloned correctly
  • ADDED: Option CheckForNullableKeyValue for the WhereBulkContains feature
  • ADDED: AcceptAllChangesOnSuccess to allow to manually accept the changes after a BulkSaveChanges

Trial unlocked until the end of January

6.13.4

14 Dec 18:13
9223b95
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release
  • ADDED: UsePostgreSqlInsertOnConflictDoNothing option to use the ON CONFLICT DO NOTHING syntax instead of a WHERE clause (might dramatically increase performance for PostgreSQL).
  • ADDED: ColumnAddOrUpdateInput, ColumnAddOrUpdateOutput, ColumnAddOrUpdateInputOutput option as the name suggest, allow you to add a column or update the direction of an existing column
  • ADDED: DisableStoredProcedure option for EF6 to directly perform operation in table (doesn't work for BulkSaveChanges)
  • FIXED: "Check.DebugAssert failed: Only call this method for properties known to be part of a key." on BulkSaveChangesAsync #451

Trial unlocked until the end of January

6.13.1

18 Nov 18:56
9223b95
Compare
Choose a tag to compare

Download the library here

  • FIXED: WhereBulkContains for Postgres returns all existing entities in table #423

Trial unlocked until the end of December