Skip to content

Releases: zzzprojects/EntityFramework-Plus

v1.4.32

02 Mar 22:54

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

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

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

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

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)

v1.4.27

11 Feb 16:47

Choose a tag to compare

Download the library here

Query AddOrAppendOrderBy

  • FIXED: Issue with Inheritance and OfType method (issue #119)

Query IncludeOptimized

  • FIXED: Issue with Inheritance and OfType method (issue #119)

v1.4.26

11 Feb 14:36

Choose a tag to compare

Download the library here

Query Future

  • FIXED: Performance when only one query was in the batch (issue #113)

This fix is a contribution of: @ksmithRenweb

v1.4.25

09 Feb 00:56

Choose a tag to compare

Download the library here

Query Future (EF5 / EF6)

  • FIXED: Support with AsNoTracking

v1.4.24

28 Jan 21:27

Choose a tag to compare

Download the library here

Query Future (EF Core)

  • ADDED: Compatibility with InMemory provider

v1.4.23

17 Jan 00:35

Choose a tag to compare

Download the library here

Audit (EF Core)

  • FIXED: Issue when an entity was updated

Batch Future

  • FIXED: Issue with Guid and Oracle

_Batch Include Optimized

  • FIXED: Issue with Guid and Oracle