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 - 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)
tedious - 2.1.3

Published by arthurschreiber almost 7 years ago

Bug Fixes

  • Fix rounding errors when writing to time, datetime2 and datetimeoffset columns. (b973384b)
tedious - 2.1.2

Published by arthurschreiber almost 7 years ago

Bug Fixes

  • Fix datetime and smalldatetime column values with useUTC disabled. (539f6d9e)
tedious - 2.1.1

Published by arthurschreiber almost 7 years ago

Bug Fixes

tedious - 2.1.0

Published by arthurschreiber almost 7 years ago

Bug Fixes

  • Do not send username and password via LOGIN7 when a domain is set. (#630) (c9b3fdb2)

Features

  • Allow requests to be paused and resumed. (#518) (9ef0d58d)
tedious - 2.0.1

Published by arthurschreiber over 7 years ago

Bug Fixes

  • Fix stack traces for errors happening inside coffee-script tests. (9fc4be56)