tedious

Node TDS module for connecting to SQL Server databases.

MIT License

Downloads
7.7M
Stars
1.6K
Committers
96

Bot releases are visible (Hide)

tedious - v12.0.0-beta.2

Published by github-actions[bot] about 3 years ago

12.0.0-beta.2 (2021-08-05)

Features

  • remove validateBulkLoadParameters connection option (fbe3aeb)

BREAKING CHANGES

  • This removes the validateBulkLoadParameters connection option and always enables validation of bulk load values.
tedious - v12.0.0-beta.1

Published by github-actions[bot] about 3 years ago

12.0.0-beta.1 (2021-08-05)

Features

  • drop support for Node.js 10.x (6bd814c)

BREAKING CHANGES

  • Going forward, tedious will only support Node.js v12 or newer.
tedious - v11.6.1

Published by github-actions[bot] about 3 years ago

11.6.1 (2021-08-05)

Bug Fixes

  • fix handling of textsize connection option (ebe75f1)
tedious - v11.6.0

Published by github-actions[bot] about 3 years ago

11.6.0 (2021-08-01)

Features

tedious - v11.5.0

Published by github-actions[bot] about 3 years ago

11.5.0 (2021-08-01)

Features

  • drop dependency on readable-stream (52ee816)
tedious - v11.4.2

Published by github-actions[bot] about 3 years ago

11.4.2 (2021-08-01)

Bug Fixes

  • only destroy with error when in streaming mode (584d748)
tedious - v11.4.1

Published by github-actions[bot] about 3 years ago

11.4.1 (2021-08-01)

Bug Fixes

  • unpipe payload streams on cancel or error (f195526)
tedious - v6.7.1

Published by github-actions[bot] about 3 years ago

6.7.1 (2021-07-26)

Bug Fixes

tedious - v11.4.0

Published by github-actions[bot] about 3 years ago

11.4.0 (2021-07-21)

Features

  • include the client version in PRELOGIN packets (521ef9e)
tedious - v11.3.1

Published by github-actions[bot] about 3 years ago

11.3.1 (2021-07-21)

Bug Fixes

  • revert support for exotic table and column names in bulk loads (993e519)

Reverts

  • revert support for exotic table and column names in bulk loads (18bc6d8)
tedious - v11.3.0

Published by github-actions[bot] about 3 years ago

11.3.0 (2021-07-21)

Features

  • allow using objects in addition to arrays for streaming bulk loads (b3a213e)
tedious - v11.2.0

Published by github-actions[bot] over 3 years ago

11.2.0 (2021-07-07)

Features

  • add order option to BulkLoad (b7041bb)
tedious - v11.1.1

Published by github-actions[bot] over 3 years ago

11.1.1 (2021-07-06)

Bug Fixes

  • support exotic table and column names in bulkloads (a67c0ad)
tedious - v11.1.0

Published by github-actions[bot] over 3 years ago

11.1.0 (2021-07-03)

Features

  • deprecate validateBulkLoadParameters option (fc6e07e)
tedious - v11.0.10

Published by github-actions[bot] over 3 years ago

11.0.10 (2021-07-02)

Bug Fixes

  • use normalized values for bulk loads (4eddda1)
tedious - v11.0.9

Published by github-actions[bot] over 3 years ago

11.0.9 (2021-05-26)

Bug Fixes

  • cut off instance names from rerouting information (a95d574)
tedious - v11.0.8

Published by github-actions[bot] over 3 years ago

11.0.8 (2021-04-24)

Bug Fixes

  • procedure validate errors not being caught (dd8bb94)
tedious - v11.0.7

Published by github-actions[bot] over 3 years ago

11.0.7 (2021-03-25)

Bug Fixes

  • fix maximum call stack errors when parsing query results (6925123)
tedious - v11.0.6

Published by github-actions[bot] over 3 years ago

11.0.6 (2021-03-08)

Bug Fixes

  • cleanup cancel handlers from bulk load (eaf297f)
  • do not set a cancellation timer if request is cancelled before it is fully sent off (37f9084)
  • restore cancellation of long running requests (4ec403d)
tedious - v11.0.5

Published by github-actions[bot] over 3 years ago

11.0.5 (2021-02-21)

Bug Fixes

  • clean up cancel event handlers to prevent memory leak (775b239)