Skip to content

v2.2

Choose a tag to compare

@cajuncoding cajuncoding released this 24 May 19:20
· 27 commits to main since this release
5530fcd

Nuget: https://www.nuget.org/packages/SqlBulkHelpers/2.2.0

v2.2 Release Notes:

  • Added support for other Identity column data types including (INT, BIGINT, SMALLINT, & TINYINT); per feature request here.
  • Added support to explicitly set Identity Values (aka SET IDENTITY_INSERT ON) via new enableIdentityInsert api parameter.
  • Added support to retreive and re-seed (aka set) the current Identity Value on a given table via new apis in the MaterializedData helpers.
  • Additional small bug fixes and optimiaztions.