Skip to content

Releases: zzzprojects/EntityFramework-Plus

v1.4.27

11 Feb 16:47
Compare
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
Compare
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
Compare
Choose a tag to compare

Download the library here

Query Future (EF5 / EF6)

  • FIXED: Support with AsNoTracking

v1.4.24

28 Jan 21:27
Compare
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
Compare
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

v1.4.22

12 Jan 01:35
Compare
Choose a tag to compare

Download the library here

Batch Update

  • FIXED: Issue with lambda expression + variable

v1.4.21

10 Jan 00:42
Compare
Choose a tag to compare

Download the library here

Query Filter (EF Core)

  • ADDED: SetFiltered extension method

v1.4.19

02 Jan 02:34
Compare
Choose a tag to compare

Download the library here

Query Future

  • FIXED: Support to Oracle

Query Include Optimized

  • FIXED: Support to Oracle

v1.4.18

22 Dec 01:34
Compare
Choose a tag to compare

Download the library here

Audit

  • FIXED: Some foreign key (without Navigation Property) was saved with the default value

v1.4.16

15 Dec 02:19
Compare
Choose a tag to compare

Download the library here

Query Cache (EF6))

  • FIXED: The command generated (for the Cache Key) now use IDbCommandInterceptor

Query Filter (EF6))

  • FIXED: The command generated now use IDbCommandInterceptor

Query Future (EF6)

  • FIXED: The command generated now use IDbCommandInterceptor

Credit for this fix: https://github.com/nphmuller