Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v1.8.17
Download the library here
- FIXED: Can't write CLR type Z.EntityFramework.Plus.AuditEntryState with handler type Int32Handler #413
v1.8.16
Download the library here
- FIXED: Change AsNoFilter extension method to take IQueryable parameter #435
v1.8.15
Download the library here
- RENAMED:
RedisObjectCacheBeta
to RedisObjectCache
v1.8.14
Download the library here
- ADDED: Audit - Coordinated Universal Time support #432
v1.8.13
Download the library here
- FIXED: Issue with
MySQL
when schema was in SchemaName
and TableName
property
v1.8.12
Download the library here
- FIXED: QueryFutureValue.ValueAsync: Missing CancellationToken parameter #428
v1.8.11
Download the library here
- FIXED: FutureQueries are incompatible with Effort.EF6 #260
- ADDED: Beta support for Query Cache with Redis for EF6
QueryCacheManager.Cache = QueryCacheManager.Cache = new RedisObjectCacheBeta(redisDatabase,
objToSerialize => Newtonsoft.Json.JsonConvert.SerializeObject(objToSerialize),
(entityType, serializedString) => Newtonsoft.Json.JsonConvert.DeserializeObject(serializedString, entityType));
Thank @vitorortuondo and @ericdagenais for your contribution
v1.8.10
Download the library here
- MERGED: Added Hana support to BatchDelete and BatchUpdate. #408
- MERGED: Npgsql+IncludeOptimized: fixes "System.NotSupportedException: CLR type System.Object isn't supported #407
Thank @vitorortuondo and @ericdagenais for your contribution
v1.8.9
Download the library here
- FIXED: Issue with Query Filter in EF6 with Ignored Types
v1.8.8
Download the library here
- FIXED: When the EnumToStringConverter is set by the entity, after the batch update enumeration value is executed, the stored string is not a string. #396
- FIXED: I think generated SQL statement can be changed(delete method) #378