tedious

Node TDS module for connecting to SQL Server databases.

MIT License

Downloads
7.7M
Stars
1.6K
Committers
96

Bot releases are hidden (Show)

tedious - v3.0.0

Published by arthurschreiber about 6 years ago

3.0.0 (2018-09-24)

chore

  • drop support for Node.js v4.x (bc6f6c9)

  • Merge pull request #739 from tediousjs/arthur/drop-v4-support (8a32828), closes #739

BREAKING CHANGES

  • Drop support for Node.js v4.x
  • From this point onward, tedious can no longer be used
    with Node.js v4.x. Please upgrade to a newer Node.js version or use an
    older version of tedious.
tedious - v2.7.1

Published by arthurschreiber about 6 years ago

2.7.1 (2018-09-24)

Bug Fixes

  • socket end events outside the FINAL state are errors (8a8f661)
tedious - v2.7.0

Published by arthurschreiber about 6 years ago

2.7.0 (2018-07-31)

Features

  • add Request.setTimeout() and BulkLoad.setTimeout() (85d3e20)
tedious - v2.6.4

Published by arthurschreiber about 6 years ago

2.6.4 (2018-07-20)

Bug Fixes

  • silence depraction warning for tls.createSecurePair (3240034)
tedious - v2.6.3

Published by arthurschreiber over 6 years ago

2.6.3 (2018-07-11)

Bug Fixes

  • improve handling of TLS errors (bdfff8f)
tedious - v2.6.2

Published by arthurschreiber over 6 years ago

2.6.2 (2018-03-28)

Bug Fixes

  • adds support for 2016/2017 mssql (7df80ec)
tedious - v2.6.1

Published by arthurschreiber over 6 years ago

2.6.1 (2018-03-02)

Bug Fixes

  • support properly TIME(x) when x<5 (c2da140)
tedious - v2.6.0

Published by arthurschreiber over 6 years ago

2.6.0 (2018-02-18)

Features

  • deprecate current default value for options.encrypt (dfde056)
tedious - v2.5.1

Published by arthurschreiber over 6 years ago

2.5.1 (2018-02-18)

Bug Fixes

  • error should not expose all ports and instances of SQL Server (e2e5c23)
tedious - v2.5.0

Published by arthurschreiber over 6 years ago

2.5.0 (2018-02-07)

Features

tedious - v2.4.0

Published by arthurschreiber over 6 years ago

2.4.0 (2018-02-01)

Features

  • deprecate handling of unexcepted config option values (6828513)
tedious - v2.3.1

Published by arthurschreiber over 6 years ago

2.3.1 (2018-01-31)

Bug Fixes

  • options.port should not be 0 or 65536 (a1e8b2d)
tedious - v2.3.0

Published by arthurschreiber over 6 years ago

2.3.0 (2018-01-26)

Features

  • Deprecate internal data types and aliases (45da4ad6)
tedious - v2.2.4

Published by arthurschreiber over 6 years ago

2.2.4 (2018-01-20)

Bug Fixes

  • Prevent error event after connect timeout (f5a0f95a)
tedious - v2.2.3

Published by arthurschreiber almost 7 years ago

2.2.3 (2017-12-11)

Bug Fixes

  • avoid (repeatedly) emitting 'prepared' event on error (e2152d44)
tedious - v2.2.2

Published by arthurschreiber almost 7 years ago

2.2.2 (2017-12-11)

Bug Fixes

  • Ensure Buffers are zero-filled on creation. (cf92626e)
tedious - v2.2.1

Published by arthurschreiber almost 7 years ago

2.2.1 (2017-12-10)

Bug Fixes

  • Handle image/text/ntext column data with a byte length of 65535. (e240c2f0)
tedious - v2.2.0

Published by arthurschreiber almost 7 years ago

2.2.0 (2017-11-28)

Features

tedious - v2.1.5

Published by arthurschreiber almost 7 years ago

2.1.5 (2017-11-28)

Bug Fixes

  • Only set cursor_close_on_commit if explicitly specified. (46cf72d7)
tedious - v2.1.4

Published by arthurschreiber almost 7 years ago

2.1.4 (2017-11-10)

Bug Fixes

  • Connection failure when connecting to Azure SQL Data Warehouse (32cd4149)