Skip to content

Releases: zzzprojects/EntityFramework-Extensions

9.103.6.4

17 Dec 16:28
e54860a
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of January

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

9.103.6.3

26 Nov 18:50
e54860a
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with WhereBulkContains when specifying the table name (Specific to PostgreSQL)
  • ADDED: Support to Column Collation if none has been found in the database (Specific to SQL Server)
  • ADDED: New option DisablePostgreSqlSpecializedCastForIdentity that disables the cast we perform for the identity. This option is sometimes required with the type is a SERIAL that we try to cast as a BIGINT (Specific to PostgreSQL)
  • ADDED: Multiple improvements for MySQL:
    • Support for some subquery with the UpdateFromQuery feature
    • Support to DisableDotCheckForEscapeTableName option
    • Support to Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlGeometryTypeMapping
    • Support to Audit, ResultInfo, and Logging when deleting during the BulkSynchronize

Trial unlocked until the end of December

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

9.103.6.2

13 Nov 13:50
e54860a
Compare
Choose a tag to compare

Download the library here

  • EFCORE-VERSION CHANGES: With EF Core 9 released, the [efcore-version] in the [efcore-version].[major].[minor].[patch] versioning conventions will now be incremented from 8.x.y.z to 9.x.y.z.

Trial unlocked until the end of December

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

8.103.6.2

12 Nov 22:13
e54860a
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to key that use a NUMERIC type (Specific to PostgreSQL)
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of December

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

8.103.6.1

06 Nov 17:43
e54860a
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release for EF6

Trial unlocked until the end of November

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

8.103.6.0

22 Oct 01:49
e54860a
Compare
Choose a tag to compare

Download the library here

  • ADDED: 2 news methods WhereExistsBulkInsert and WhereNotExistsBulkInsert. More documentation is coming in November. Meanwhile, you can reference this comment
  • ADDED: Support to EF Core 9 RC2
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of November

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

8.103.5.0

08 Oct 15:47
e54860a
Compare
Choose a tag to compare

Download the library here

  • ADDED: Post "event" such as PostBulkSaveChanges, PostBulkInsert, etc.
  • ADDED: Support to AutoTruncate feature to more provider (Specific to PostgreSQL)
  • ADDED: New global option WhereBulkManager.ReplaceFirstTableNameOccurenceOnly that allow to replace only the first occurrence of the table for options such as WhereBulkContains (and other similar methods)
  • FIXED: Issue when the generated alias had more than 63 characters (Specific to PostgreSQL)

Trial unlocked until the end of October

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

8.103.4.0

23 Sep 20:46
e54860a
Compare
Choose a tag to compare

Download the library here

  • ADDED: New option DisableAutoLoggingCommand. When adding a logging in EF Core, our library automatically log in it; This option will remove this behavior.
  • ADDED: Support to ForceOutputFromUnmodifiedRow for BulkMerge (Specific to PostgreSQL)
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of October

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

8.103.3.0

27 Aug 15:10
e54860a
Compare
Choose a tag to compare

Download the library here

Trial unlocked until the end of September

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions

8.103.2.0

13 Aug 16:02
16ab166
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support for Microsoft.Data.SqlClient for BatchSaveChanges (Specific to EF6)
  • ADDED: New options PostgreSqlBinaryImportTimeout that will set the timeout when a BinaryImport is used (Specific to PostgreSQL)
  • ADDED: Support to Time type (Specific to SQLite)
  • FIXED: BulkInsertOptimized will no longer throw an error when passing an empty list
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of September

NOTE: EF Extensions uses EFCore-Pinned Versionning conventions