Skip to content

Releases: zzzprojects/EntityFramework-Extensions

5.1.37

19 May 17:01
9223b95
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with PostgreSQL when a smallint try to insert in a int column

Trial unlocked until the end of June

5.1.36

14 May 00:04
9223b95
Compare
Choose a tag to compare

Download the library here

  • ADDED: The missing BulkOperationBuilder in the EntityFrameworkManager for EF Core
  • FIXED: Issue when outputting value in SQL Server using BulkMerge but no column exists to update. The option ForceOutputFromUnmodifiedRow need to be turned on to make it works
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of June

5.1.35

05 May 15:43
9223b95
Compare
Choose a tag to compare

Download the library here

  • ADDED: Option TemporaryTableUseSameName to keep using the same table name (by entity type) instead of generating a new GUID for every temporary table
  • ADDED: Method to help for people using our library in trial mode: IsTrialMode, IsLicenseAdded, IsTrialExpired`
bool isTrialMode = LicenseManager.IsTrialMode();
bool isLicenseAdded = LicenseManager.IsLicenseAdded();
bool isTrialExpired = LicenseManager.IsTrialExpired();

Trial unlocked until the end of May

5.1.34

04 May 03:38
9223b95
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to BulkRead for including type
  • FIXED: SQLite In-Memory BulkInsert/BulkSaveChanges/BulkMerge fails with Entity type with composite key #410

Trial unlocked until the end of May

5.1.33

26 Apr 14:27
9223b95
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to WhereBulkContains for UpdateFromQuery and DeleteFromQuery in EF6
  • ADDED: Support to WhereBulkContains and WhereNotBulkContains for including type
  • IMPROVED: Support to UpdateFromQuery with OwnedOne (more complex scenario are now supported)

Trial unlocked until the end of May

5.1.31

19 Apr 22:39
9223b95
Compare
Choose a tag to compare

Download the library here

  • FIXED: BulkInsert for PostgreSQL throws exception if AutoMapOutputDirection and InsertIfNotExists options used #407
  • FIXED: Issue with a custom surrogate key in MySQL and SQLite
  • ADDED: Support SynchronizeDeleteDestinationTableFilterFormula to MySQL
  • UPDATED: Released support to EF Core 6 - Preview 3
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of May

5.1.30

07 Apr 15:05
057e36e
Compare
Choose a tag to compare

Download the library here

  • ADDED: ColumnSynchronizeDeleteKeySubsetFormula option which work like the ColumnSynchronizeDeleteKeySubsetExpression option but allow you to specify the SQL instead
  • IMPROVED: ArgumentNullException during call to UpdateFromQueryAsync with Owned types. #401
  • FIXED: Issue with MySQL when outputting value with a custom key

Trial unlocked until the end of April

5.1.29

30 Mar 22:29
50f6784
Compare
Choose a tag to compare

Download the library here

  • FIXED: A newly added options DestinationSchemaName is now copied during an IncludeGraph
  • IMPROVED: Error message to add table and pk names when a Duplicate key value error is thrown

Trial unlocked until the end of April

5.1.28

26 Mar 01:48
50f6784
Compare
Choose a tag to compare

Download the library here

  • FIXED: OwnedOne for UpdateFromQuery in EF Core 5 added in v5.1.27; all properties are no longer needed to be specified.

Trial unlocked until the end of April

5.1.27

25 Mar 02:25
50f6784
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to OwnedOne for UpdateFromQuery in EF Core 5

Trial unlocked until the end of April