Skip to content

Releases: zzzprojects/EntityFramework-Plus

v1.4.39

06 Apr 18:42
Compare
Choose a tag to compare

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

05 Apr 19:57
Compare
Choose a tag to compare

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

01 Apr 23:27
Compare
Choose a tag to compare

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

13 Mar 02:40
Compare
Choose a tag to compare

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

11 Mar 13:29
Compare
Choose a tag to compare

Download the library here

Batch Update

  • FIXED: Issue when calling multiples Select or SelectMany before performing the update

v1.4.32

02 Mar 22:54
Compare
Choose a tag to compare

Download the library here

Batch Update (SQL Compact)

  • FIXED: SQL Compact + Subqueries (Issue #129)

v1.4.31

19 Feb 23:22
Compare
Choose a tag to compare

Download the library here

Query Include Optimized

  • FIXED: Infinite loop issue when QueryIncludeOptimizedManager.AllowIncludeSubPath is enabled

v1.4.30

18 Feb 16:07
Compare
Choose a tag to compare

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

14 Feb 13:33
Compare
Choose a tag to compare

Download the library here

Query Future (EF Core)

  • FIXED: Issue with InMemory caused by code added recently (#113)

v1.4.28

12 Feb 15:32
Compare
Choose a tag to compare

Download the library here

Audit (EF Core)

  • FIXED: Issue with two properties that should have not been Mapped (issue #121)