Skip to content

Releases: phongnguyend/EntityFrameworkCore.SqlServer.SimpleBulks

8.0.0

02 Oct 08:19
Compare
Choose a tag to compare

6.12.0

07 Sep 14:46
Compare
Choose a tag to compare

New Features:

  • Temp Table
  • Direct Insert
  • Direct Update
  • Direct Delete

6.11.0

07 Sep 03:07
Compare
Choose a tag to compare

BulkMerge:

  • Return the number of inserted rows and updated rows separately via the BulkMergeResult class.
  • Return db generated id for inserted rows by default (BulkMergeOptions.ReturnDbGeneratedId = true), this behavior can be disabled (BulkMergeOptions.ReturnDbGeneratedId = false) to have faster performance if don't need the returned generated id.

New feature: BulkMatch

6.10.0

24 Aug 15:06
Compare
Choose a tag to compare
  • Timeout Configuration.
  • Single Insert/Update/Delete if the list has only 1 item.

6.9.0

07 Nov 08:39
Compare
Choose a tag to compare
  • Supports table includes schema name
  • Fixed #17

6.8.0

26 Oct 07:36
Compare
Choose a tag to compare
  • Supports the LogTo method to see what's going on.
  • Supports BulkInsertOptions.KeepIdentity to retain client-populated IDs rather than db-generated IDs.

6.7.0

19 Aug 02:06
Compare
Choose a tag to compare

Bulk Merge now supports WITH(HOLDLOCK) Hint.

6.6.0

13 Jun 04:43
Compare
Choose a tag to compare
releases/v6.6.0

release v6.6.0