question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tedious deprecated

See original GitHub issue

I am getting this message

tedious deprecated The default value for config.options.enableArithAbort will change from false to true in the next major version of tedious. Set the value to true or false explicitly to silence this message. node_modules\mssql\lib\tedious\connection-pool.js:61:23

I am using 1 NodeJS: 12 2 node-mssql: “^6.0.1”

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:9

github_iconTop GitHub Comments

44reactions
shahramardalancommented, Jan 30, 2020

I am getting this message

tedious deprecated The default value for config.options.enableArithAbort will change from false to true in the next major version of tedious. Set the value to true or false explicitly to silence this message. node_modules\mssql\lib\tedious\connection-pool.js:61:23

I am using 1 NodeJS: 12 2 node-mssql: “^6.0.1”

//Initiallising connection string let dbConfig = { user: “sa”, password: “****”, server: “localhost”, database: “TEST”, “options”: { “encrypt”: true, “enableArithAbort”: true }, };

44reactions
dhensbycommented, Jan 21, 2020

then you will need to set the value to true or false explicitly to silence the message.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Node.js mssql error: tedious deprecated The default value for ...
How do I fix it? tedious deprecated The default value for `config.options.enableArithAbort` will change from `false` to `true` in the next major ...
Read more >
Nodejs mssql tedious deprecated message v3.9.7
Hi,. I'm getting a message in the Wappler Console when running mssql queries on a web page. tedious deprecated The default value for...
Read more >
API - Connection | Tedious
A Connection instance represents a single connection to a database server. Only one request at a time may be executed on a connection....
Read more >
Towards Automated Detection of Deprecated APIs in Python ...
Manually detecting and replacing deprecated APIs is a tedious and time-consuming task due to the large number of API calls used in the...
Read more >
tedious - npm
A TDS driver, for connecting to MS SQLServer databases.. Latest version: 15.1.2, last published: 2 months ago. Start using tedious in your ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found