Skip to content

Releases: zzzprojects/EntityFramework-Plus

v3.0.39

18 Feb 02:54
fed66e4
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue for Batch Update and Batch Delete with NMemory

v3.0.38

17 Feb 02:03
fed66e4
Compare
Choose a tag to compare

Download the library here

  • REMOVED: Dependencies to System.Runtime.Caching for EF Core (System.Runtime.Caching dependency in Z.Expressions.Eval prevent using in Xamarin #577)

v3.0.37

11 Feb 15:59
fed66e4
Compare
Choose a tag to compare

Download the library here

  • FIXED: IAsyncQueryProvider improved code
  • FIXED: Issue with UpdateFromQuery when only the ObjectContext exists (model without DbContext)

v3.0.36

06 Feb 19:52
fed66e4
Compare
Choose a tag to compare

Download the library here

  • FIXED: IAsyncQueryProvider for FirstOrDefault or other immediate method
  • FIXED: Issue with InsertFromQuery
  • FIXED: Issue with ambiguous column on PostgreSQL + UpdateFromQuery

v3.0.35

01 Feb 19:47
fed66e4
Compare
Choose a tag to compare

Download the library here

  • ADDED: EF Core: Support to Take for Batch Update
  • ADDED: EF Core 3.x: Support to IAsyncQueryProvider

v3.0.34

28 Jan 15:03
206a444
Compare
Choose a tag to compare

Download the library here

  • UPDATED:: Package dependencies version

v3.0.33

20 Jan 19:06
206a444
Compare
Choose a tag to compare

Download the library here

  • UPDATED:: The QueryFuture and IncludeFilter now execute multiple statement for Pomelo MySQL and Oracle. Since we have been unable to fix the issue with the DataReader, we choose instead a quick fix for this moment.

v3.0.32

28 Dec 23:56
Compare
Choose a tag to compare

Download the library here

  • ADDED:: BatchUpdateManager.InMemoryDbContextFactory per instance #344

v3.0.31

17 Dec 19:02
Compare
Choose a tag to compare

Download the library here

  • FIXED:: Issue with BatchUpdate and BatchDelete for EF Core + InMemory when calling after SaveChanges
  • FIXED:: Issue ExecuteReader when EnableRetryOnFailure strategy is enabled

v3.0.30

17 Dec 13:54
Compare
Choose a tag to compare

Download the library here

  • UPDATED:: BatchUpdate and BatchDelete now use the same code as EFE (support now some TPC and TPT scenario)
  • UPDATED: Package dependencies