Skip to content

Releases: zzzprojects/EntityFramework-Extensions

v3.10.54

22 Feb 21:33

Choose a tag to compare

Download the library here

ADDED: PostgreSQL "TimeSpan" column can now be mapped to "time without time zone" data type.

PRO Version unlocked for the current month (February)

v3.10.53

20 Feb 03:45

Choose a tag to compare

Download the library here

FIXED: BulkSaveChanges exception are now wrapped as InnerException as SaveChanges do

PRO Version unlocked for the current month (February)

v3.10.52

16 Feb 14:18

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

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

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

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

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

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

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

Choose a tag to compare

Download the library here

ADDED: Debug event

PRO Version unlocked for the current month (February)