Releases: zzzprojects/EntityFramework-Plus
v1.4.18
v1.4.16
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
v1.4.14
v1.4.13
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
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
v1.4.10
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
v1.4.8
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