tedious-connection-pool icon indicating copy to clipboard operation
tedious-connection-pool copied to clipboard

A connection pool implementation for tedious

Results 18 tedious-connection-pool issues
Sort by recently updated
recently updated
newest added

- tedious @ v14.0.0 and tedious-connection-pool @ v1.0.1 - Connecting to an Azure DB, although I get the same issue with a standard local SQL as well. Code ``` var...

Hi, has this project been abandoned? latest commits were in 2018 and it is not even compatible with latest version of tedious.

## Expected Behavior On calling connection.release(), connections should be released back into the pool and these connections should be in state = 1, meaning 'FREE' state so that they can...

## Description Add ConnectionPool.overrideTedious(tedious) to create connections using specified tedious module rather than ConnectionPool's default version of tedious. ## Related Issue Issue #43 ## Motivation and Context ConnectionPool requires a...

Update Package.json to Fix TypeError: cb is not a function ## Description Updated Dependency tedious ## Related Issue Open Issue Npm install tedious-connection-pool and then try to use it it...

Using ``` pool.release(); pool.drain(); ``` May (not necessarily) result in the error below `Connection lost - Cannot call write after a stream was destroyed` The `pool.release` methods calls the `connection.reset`...

I saw https://github.com/tediousjs/tedious/issues/917 this issue. But why didn't you fix in the master branch? Version: "tedious": "^6.4.0", "tedious-connection-pool": "^1.0.5", Code: function callProcedure(pool, name, params, ip='') { return new Promise((resolve, reject)...

@arthurschreiber @ben-page @pekim As discussed in this repo's issues and in tedious, this repo isn't being maintained though the functionality is missing from tedious itself. My company still uses tedious-connection-pool...

Fix for https://github.com/tediousjs/tedious-connection-pool/issues/58

## Description The [tedious](https://github.com/tediousjs/tedious) dependency has been updated from 1.14.0 to 2.1.1. Unit tests have been modified slightly as they would fail when running against sql server hosted as a...