Releases: zzzprojects/EntityFramework-Extensions
Releases · zzzprojects/EntityFramework-Extensions
v3.10.52
Download the library here
ADDED: Support for type Timestamp in PostgreSQL
PRO Version unlocked for the current month (February)
v3.10.51
Download the library here
ADDED: Support for type "timestamp with time zone" in Oracle
PRO Version unlocked for the current month (February)
v3.10.49
Download the library here
ADDED: ValidateLicense have now a new parameter to output the error message
IMPROVED: License error message
PRO Version unlocked for the current month (February)
v3.10.48
Download the library here
FIXED: A table was created by mistake in Oracle provider
PRO Version unlocked for the current month (February)
v3.10.47
Download the library here
FIXED: UpdateFromQuery with some INNER query syntax (Issue #26)
PRO Version unlocked for the current month (February)
v3.10.46
Download the library here
ADDED: UpdateFromQuery support to INNER query (Issue #26)
Context.Users.UpdateFromQuery(u => new User {
RoleCount = u.Roles.Count()
});
PRO Version unlocked for the current month (February)
v3.10.45
Download the library here
FIXED: Rare issue in wrong order on the TryTopologicalSort method
PRO Version unlocked for the current month (February)
v3.10.44
Download the library here
ADDED: Debug event
PRO Version unlocked for the current month (February)
v3.10.43
Download the library here
ADDED: EntityFrameworkManager.PreserveCommandOrder
PRO Version unlocked for the current month (February)
v3.10.40
Download the library here
FIXED: DbEntityValidationException are now thrown for BulkSaveChanges like SaveChanges do.
PRO Version unlocked for the current month (February)