Skip to content

Releases: zzzprojects/EntityFramework-Plus

v1.7.17

09 Apr 21:41
8b30cb3
Compare
Choose a tag to compare

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

24 Mar 19:20
Compare
Choose a tag to compare

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

03 Mar 19:53
Compare
Choose a tag to compare

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

09 Jan 15:25
Compare
Choose a tag to compare

Download the library here

PATCH

  • FIXED: Is support oracle batch update bool field #298

Help us to support this library: Donate

v1.7.13

04 Jan 15:39
Compare
Choose a tag to compare

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

19 Dec 16:51
Compare
Choose a tag to compare

Download the library here

PATCH

  • FIXED: DelegateDecompiler with EF-Plus Query Cache #290 (Added ProjectTo from AutoMapper compatibility)

v1.7.10

12 Dec 02:45
cfa9657
Compare
Choose a tag to compare

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

28 Nov 19:28
Compare
Choose a tag to compare

Download the library here

PATCH

  • Setting Byte[] to null cause sql exception #261

v1.7.8

19 Nov 22:21
Compare
Choose a tag to compare

Download the library here

PATCH

  • Audit: Null reference exception when calling remove #248
  • Batch Update: Enum Value + Oracle.ManagedDataAccess

v1.7.7

09 Nov 01:20
Compare
Choose a tag to compare

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