Skip to content

Releases: zzzprojects/EntityFramework-Plus

v1.6.0

31 May 21:32

Choose a tag to compare

Download the library here

  • FIXED: Bad name for .NET Core Assembly (Issue #166)
  • MOVED: ALL code has been moved in Shared Project to make it easier.

v1.5.5

17 May 23:01

Choose a tag to compare

Download the library here

  • FIXED: DbType when parameter are copied (Issue #158)

Feature impacted:

  • Batch Delete
  • Batch Update
  • Query Future
  • Query IncludeOptimized

v1.5.4

17 May 12:53

Choose a tag to compare

Download the library here

Query Include Optimized

  • FIXED: Path with Self-Hierachy

Example

ctx.SubTypes.IncludeOptimized(x => x.OwnerSelfHierachy);

v1.5.3

16 May 13:03

Choose a tag to compare

Download the library here

  • FIXED: Keep the context used for method ReaderExecuting && ReaderExecuted (Issue # 150)

Feature impacted:

  • Batch Delete
  • Batch Update
  • Query Cache
  • Query Filter
  • Query Future
  • Query IncludeOptimized

v1.5.2

12 May 13:31

Choose a tag to compare

Download the library here

Batch Delete

  • FIXED: Parameter binding for Oracle

Batch Update

  • ADDED: Support to Oracle (Issue #158)

v1.5.0

10 May 13:25

Choose a tag to compare

Download the library here

  • Source Migration to VS2017

(VS2017 source not yet available on GitHub)

v1.4.48

02 May 23:48

Choose a tag to compare

Download the library here

Query Filter

  • FIXED: Initilization Performance Issue (#148)

v1.4.47

29 Apr 21:28

Choose a tag to compare

Download the library here

  • FIXED: Balancing call for Interceptor for ReaderExecuting && ReaderExecuted (Issue # 150)

Feature impacted:

  • Batch Delete
  • Batch Update
  • Query Cache
  • Query Filter
  • Query Future
  • Query IncludeOptimized

v1.4.46

20 Apr 21:11

Choose a tag to compare

Download the library here

Query Filter

  • FIXED: Issue when only the state of queries was modified (Issue #155)

v1.4.45

17 Apr 20:19

Choose a tag to compare

Download the library here

Batch Delete

  • ADDED: Support to Oracle (Issue #154)