Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v3.0.39
Download the library here
- FIXED: Issue for
Batch Update
and Batch Delete
with NMemory
v3.0.38
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
Download the library here
- FIXED: IAsyncQueryProvider improved code
- FIXED: Issue with
UpdateFromQuery
when only the ObjectContext
exists (model without DbContext
)
v3.0.36
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
Download the library here
- ADDED: EF Core: Support to
Take
for Batch Update
- ADDED: EF Core 3.x: Support to
IAsyncQueryProvider
v3.0.34
Download the library here
- UPDATED:: Package dependencies version
v3.0.33
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
Download the library here
- ADDED:: BatchUpdateManager.InMemoryDbContextFactory per instance #344
v3.0.31
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
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