Skip to content

9.103.6.3

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 26 Nov 18:50
e54860a

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