You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIXED: The variable name '@isForceOutputFromUnmodifiedRow' has already been declared. #518
FIXED: Issue that a concurrency exception was thrown with the options IsReadOnly. The code doesn't longer check for concurrency in this case since a simple select is performed
ADDED:: EnableConcurrencyForBulkOperation option to allow concurrency for BulkUpdate, BulkDelete, and BulkMerge for EF Core (cannot be enabled by default due to backward compatibility)
IMPROVED: Performance when retrieving the IEntityType from the ClrType
FIXED: Issue with EF Core 3 when using with .NET Framework 4.8 (When using in DeleteFromQuery, a field has a different name between .net framework and .net)
FIXED: Issue when the navigation path could not be resolved in EF Core