Skip to content

Releases: Azure-Samples/smartbulkcopy

v.1.9.9

05 Sep 00:06

Choose a tag to compare

  • Improved query compatibility to make Smart Bulk Copy work also with previous version of SQL Server, like 2014 (please note that it has not been tested with version prior than that.)

v.1.9.8

08 Aug 00:30

Choose a tag to compare

  • Added option compatibility-mode to provide a workaround for when, using xml tables, the WriteToServerAsync method get stuck in a deadlock. When compatibility-mode set to true, the non-async method WriteToServer will be used. This does not suffer of the deadlock problem, but it also cannot be nicely cancelled and so exception management, and thus connection recovery, is more difficult.

v.1.9.7

18 Jun 22:56
9a6640d

Choose a tag to compare

Quoted clustered key column names to avoid conflicting with reserved keywords
Check for temporal tables only if running on a SQL engine version that supports that feature

v.1.9.6

20 Apr 18:44

Choose a tag to compare

  • Exclude External Tables when generating table list
  • Correctly manage StopIf SecondaryIndex flag

v.1.9.5

12 Jan 23:39
bb468ba

Choose a tag to compare

Added support for synchronizing identity values

Smart Bulk Copy

16 Dec 23:18

Choose a tag to compare

253539

reorganized docs

Smart Bulk Copy

09 Dec 19:38

Choose a tag to compare

247637

fixed foc error

Smart Bulk Copy

09 Dec 19:35

Choose a tag to compare

247635

fixed foc error

v.1.9.4

09 Dec 19:33

Choose a tag to compare

Added support for setting the command timeout.

Smart Bulk Copy

08 Dec 19:01

Choose a tag to compare

246949

fixed github actions