Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
7.100.0.2
Download the library here
- FIXED: Update creates invalid query EntityFramework-Plus with EF6 on Postgresql #778
- UPDATED: Package Dependencies
NOTE: EF Plus uses EFCore-Pinned Versionning conventions
7.100.0.0
Download the library here
- FIXED: Version 8 preview 4 has a .Contains bug #767
- FIXED: Future broke pooled DbContext instance because previous Future query was cancelled #777
- UPDATED: Package Dependencies
7.22.6
Download the library here
- ADDED: Support to EF Core 8 - Preview 7
- ADDED: Support to
DateOnly
and TimeOnly
in IncludeFilter #773
- UPDATED: Package Dependencies
7.22.5
Download the library here
- FIXED: Issue with wrong assembly version with
Z.EntityFramework.Plus.EF6
7.22.4
Download the library here
- FIXED: When using
EF6
with a ObjectContext
(no underlying DbContext
), the library will now create it whenever required
- FIXED: Error when calling DeleteAsync() on a query that uses Sql Server HierarchyId type as a column type #765
- UPDATED: Package Dependencies
7.22.3
Download the library here
- FIXED: Issue with
Update
when a Sql Server HierarchyId was used under EF Core 8 (Issue #765)
- FIXED: When querying table TemporalTableBetween sql throws error non convertible datetime #766
- UPDATED: Package Dependencies
7.22.2
Download the library here
- FIXED: Error with TransactionScope when using FutureValue with Async #763
- FIXED: Issue with
UpdateFromQuery
with Complex Type