Skip to content

Releases: zzzprojects/EntityFramework-Plus

v1.9.1

30 May 13:11

Choose a tag to compare

Download the library here

  • ADDED: new option for audit IgnoreEntityAddedDefaultValue. When set to true, all value equal to default type will be added as null.

v1.9.0

29 May 23:10

Choose a tag to compare

Download the library here

  • FIXED: Issue with Batch Delete && Batch Update with name sometimes using an alias and other time not (Issue #483, pull #484)

v1.8.29

23 May 20:42

Choose a tag to compare

Download the library here

  • ADDED: Option BatchUpdateManager.UseMySqlSchema (Issue #480)
  • ADDED: Option BatchDeleteManager.UseMySqlSchema (Issue #480)
  • FIXED: Issue with Null operator (#486)

v1.8.28

21 May 12:58

Choose a tag to compare

Download the library here

  • FIXED: Error when trying to batch delete in EF Core 3.0 preview 5 #485

v1.8.27

28 Apr 23:29

Choose a tag to compare

Download the library here

  • FIXED: Error when trying to batch delete in EF Core 3.0 preview 4 #477

v1.8.26

27 Apr 12:32
1ca8fec

Choose a tag to compare

Download the library here

  • FIXED: Invalid SQL generated on Delete operation of entity with composite primary key #476

v1.8.25

10 Apr 11:16

Choose a tag to compare

Download the library here

  • ADDED:: Is there any plan to support Oracle.EntityFrameworkCore? #446
  • ADDED: Could you please support Devart.Data.Oracle.EFCore #460
  • FIXED: Exception when unit testing code where the Future method is used #136
  • FIXED: Using multiple navigation properties is broken since latest version #472

v1.8.24

02 Apr 01:07
374d82d

Choose a tag to compare

Download the library here

  • FIXED: Future Query with Concat does not work (EF Core) #461

v1.8.23

19 Mar 11:39
17c5d6e

Choose a tag to compare

Download the library here

  • FIXED: Batch update with joins: Multi-part identifier could not be bound #463

v1.8.22

14 Mar 20:57
17c5d6e

Choose a tag to compare

Download the library here

  • FIXED: Issue with Audit that was not excluding correctly complex type