Skip to content

Releases: zzzprojects/EntityFramework-Extensions

v3.10.52

16 Feb 14:18
Compare
Choose a tag to compare

Download the library here

ADDED: Support for type Timestamp in PostgreSQL

PRO Version unlocked for the current month (February)

v3.10.51

15 Feb 16:48
Compare
Choose a tag to compare

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

14 Feb 03:21
Compare
Choose a tag to compare

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

09 Feb 23:55
Compare
Choose a tag to compare

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

09 Feb 16:27
Compare
Choose a tag to compare

Download the library here

FIXED: UpdateFromQuery with some INNER query syntax (Issue #26)

PRO Version unlocked for the current month (February)

v3.10.46

09 Feb 15:23
Compare
Choose a tag to compare

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

09 Feb 15:22
Compare
Choose a tag to compare

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

09 Feb 02:23
Compare
Choose a tag to compare

Download the library here

ADDED: Debug event

PRO Version unlocked for the current month (February)

v3.10.43

08 Feb 20:16
Compare
Choose a tag to compare

Download the library here

ADDED: EntityFrameworkManager.PreserveCommandOrder

PRO Version unlocked for the current month (February)

v3.10.40

05 Feb 18:49
Compare
Choose a tag to compare

Download the library here

FIXED: DbEntityValidationException are now thrown for BulkSaveChanges like SaveChanges do.

PRO Version unlocked for the current month (February)