Releases: zzzprojects/EntityFramework-Extensions
Releases · zzzprojects/EntityFramework-Extensions
5.1.37
5.1.36
Download the library here
- ADDED: The missing
BulkOperationBuilder
in theEntityFrameworkManager
for EF Core - FIXED: Issue when outputting value in SQL Server using
BulkMerge
but no column exists to update. The optionForceOutputFromUnmodifiedRow
need to be turned on to make it works - UPDATED: Monthly Trial Release
Trial unlocked until the end of June
5.1.35
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
5.1.33
Download the library here
- ADDED: Support to
WhereBulkContains
forUpdateFromQuery
andDeleteFromQuery
in EF6 - ADDED: Support to
WhereBulkContains
andWhereNotBulkContains
for including type - IMPROVED: Support to
UpdateFromQuery
withOwnedOne
(more complex scenario are now supported)
Trial unlocked until the end of May
5.1.31
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
andSQLite
- ADDED: Support
SynchronizeDeleteDestinationTableFilterFormula
toMySQL
- UPDATED: Released support to EF Core 6 - Preview 3
- UPDATED: Monthly Trial Release
Trial unlocked until the end of May
5.1.30
Download the library here
- ADDED:
ColumnSynchronizeDeleteKeySubsetFormula
option which work like theColumnSynchronizeDeleteKeySubsetExpression
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