Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v1.7.17
Download the library here
- MERGED: Let filter works with DbContext.Configuration.UseDatabaseNullSemantics (#339)
- MERGED: NullReferenceException while performs an implicit conversion fro… #335
- FIXED: Null reference exception when field is nullable datetime and using custom formatType #320
v1.7.16
Download the library here
- FIXED: EF Core Batch Update use DateTime2 instead of DateTime (#330)
- FIXED: EF Core Query Filter now use ForceCast=true as default value
v1.7.15
Download the library here
PATCH
- ADDED: Use with ef6 1.2.3 ObjectContext #319
- FIXED: QueryFilter using GlobalFilter + PropertyNavigation was causing an issue
- FIXED: EF Core Batch Delete was not supporting surrogate key when alias was used
Help us to support this library: Donate
v1.7.14
Download the library here
PATCH
- FIXED: Is support oracle batch update bool field #298
Help us to support this library: Donate
v1.7.13
Download the library here
PATCH
- FIXED: Audit.GetRelationshipEntryKey0 has Core code in EF5/6 conditional #295
Thank you @jonmholt for your contribution
Help us to support this library: Donate
v1.7.11
Download the library here
PATCH
- FIXED: DelegateDecompiler with EF-Plus Query Cache #290 (Added ProjectTo from AutoMapper compatibility)
v1.7.10
Download the library here
PATCH
- fixes # 285 BatchUpdate when an entity's field has a property of enum type … #286
- NullReferenceException when using FromCache with a ObjectSet #278
- QueryCache + DBNull.Value
v1.7.9
Download the library here
PATCH
- Setting Byte[] to null cause sql exception #261
v1.7.8
Download the library here
PATCH
- Audit: Null reference exception when calling remove #248
- Batch Update: Enum Value + Oracle.ManagedDataAccess
v1.7.7
Download the library here
PATCH
- Exception throw when using test EF context #256 (Require to use
BatchUpdateManager.IsInMemoryQuery = true
- Bulk update throws exception if I use Take in my query #266