node-mssql-connector icon indicating copy to clipboard operation
node-mssql-connector copied to clipboard

Error on timeout

Open mpneuried opened this issue 8 years ago • 0 comments

if the connection cannot be established and the driver responds with a "timeout" an error is thrown.

TypeError: Cannot read property 'release' of undefined
    at Object.callback (/usr/src/node_modules/node-mssql-connector/lib/mssqlconnector.js:566:21)
    at null._onTimeout (/usr/src/node_modules/node-mssql-connector/node_modules/tedious-connection-pool/lib/connection-pool.js:190:32)
    at Timer.listOnTimeout (timers.js:92:15)

mpneuried avatar Oct 11 '16 05:10 mpneuried