9.103.6.3
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 aSERIAL
that we try to cast as aBIGINT
(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