Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v1.4.39
Download the library here
Query Filter
- FIXED: Performance issue caused by a missing line. For every filter, a new Filter ID value was set (Issue #148)
v1.4.38
Download the library here
Query Cache
- FIXED: Issue when the second query was not using the cache (Issue #146)
This issue was caused when a password was used in the connection string without Persist Security Info=true
v1.4.37
Download the library here
Batch Update
- FIXED: Issue when a query generated a "Filter" alias
Query IncludeOptimized
- FIXED: Issue with Order By applied on scalar value
v1.4.35
Download the library here
- ADDED: Support to scenario with multiple models for the same context
_If you receive an issue for methods such as Batch Delete and Batch Update when reading the model, contact us immediately: info@zzzprojects.com
v1.4.34
Download the library here
Batch Update
- FIXED: Issue when calling multiples Select or SelectMany before performing the update
v1.4.32
Download the library here
Batch Update (SQL Compact)
- FIXED: SQL Compact + Subqueries (Issue #129)
v1.4.31
Download the library here
Query Include Optimized
- FIXED: Infinite loop issue when QueryIncludeOptimizedManager.AllowIncludeSubPath is enabled
v1.4.30
Download the library here
Batch Delete (EF5 && EF6)
- ADDED: Support for SQL Compact
- FIXED: Issue with MySQL && Missing parameter (Created by Interceptor)
Batch Update (EF5 && EF6)
- ADDED: Support for SQL Compact
- FIXED: Issue with MySQL && Missing parameter (Created by Interceptor)
v1.4.29
Download the library here
Query Future (EF Core)
- FIXED: Issue with InMemory caused by code added recently (#113)
v1.4.28
Download the library here
Audit (EF Core)
- FIXED: Issue with two properties that should have not been Mapped (issue #121)