Skip to content

Releases: zzzprojects/EntityFramework-Plus

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

v1.4.15

14 Dec 02:44
Compare
Choose a tag to compare

Download the library here

Query Filter (EF5 && EF Core)

  • FIXED: DbSet.Filter now disable all other filters by default

v1.4.14

12 Dec 02:35
Compare
Choose a tag to compare

Download the library here

Query Filter (EF6)

  • FIXED: QueryFilterManager.RegisterType with interface and base class

v1.4.13

07 Dec 00:56
Compare
Choose a tag to compare

Download the library here

Batch Delete (EF Core)

  • FIXED: Parameter Issue when a SQL with "IN" method was generated

Batch Update(EF Core)

  • FIXED: Parameter Issue when a SQL with "IN" method was generated

Query Future(EF Core)

  • FIXED: Parameter Issue when a SQL with "IN" method was generated

Query Filter (EF6)

  • ADDED: QueryFilterManager.RegisterType method

v1.4.12

16 Nov 03:51
Compare
Choose a tag to compare

Download the library here

Query Filter - EF6

ROLLBACK: The fix for Concurrency issue with context filter has been rollbacked. The fix was fully working but caused performance issue.

Unfortunately, this feature is currently not fully working in concurrency scenario when using filter by context. This can be fixed by forcing an empty cache.

You can read more about EF6 Limitation here

Query Include Optimized

  • FIXED: OrderBy are now working properly

v1.4.11

08 Nov 17:43
Compare
Choose a tag to compare

Download the library here

Query Include Filter

  • FIXED: Lazy Loading error for Relation without navigation property

Query Include Optimized

  • FIXED: Lazy Loading error for Relation without navigation property
  • FIXED: AddOrAppendOrderBy with query using Select or SelectMany methods

v1.4.10

07 Nov 16:23
Compare
Choose a tag to compare

Download the library here

EF Core

  • ADDED: Compatibility with Microsoft.EntityFrameworkCore.SqlServer 1.1.0-preview1-final

Audit

  • ADDED: Display Data Annotation
  • ADDED: Exclude Data Annotation
  • ADDED: Include Data Annotation

Query Filter - EF6

  • FIXED: Concurrency issue with context filter

Query Filter - EF Core

  • ADDED: ForceCast options to overcome partially EF Core cast limitation

Query Include Filter

  • ADDED: Null collection are now empty (like EF Include)
  • FIXED: Lazy Loading navigation path are now "loaded"

Query Include Optimized

  • FIXED: Lazy Loading navigation path are now "loaded"

AddOrAppendOrderBy

  • FIXED: Fixed issue if root is a DbQuery

AddOrAppendOrderDescendingBy

  • FIXED: Fixed issue if root is a DbQuery
  • FIXED: two overload was used OrderBy instead of OrderDescendingBy

v1.4.9

21 Oct 21:55
Compare
Choose a tag to compare

Download the library here

_EF+ Audit

  • FIXED: Added missing property for the Configuration Clone method

v1.4.8

16 Oct 19:30
Compare
Choose a tag to compare

Download the library here

_EF+ Audit

  • ADDED: UseNullForDBNullValue: Allow to set in AuditEntryProperty null instead of DBNull.Value (true by default)
  • FIXED: Issue with null value stored as empty string

_EF+ Query Filter

  • FIXED: Issue with Query Filter when variable was user instead of constant value