We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29d037 commit 1e0d245Copy full SHA for 1e0d245
lib/tedious/connection-pool.js
@@ -14,7 +14,6 @@ class ConnectionPool extends BaseConnectionPool {
14
options: Object.assign({
15
encrypt: typeof this.config.encrypt === 'boolean' ? this.config.encrypt : true,
16
trustServerCertificate: typeof this.config.trustServerCertificate === 'boolean' ? this.config.trustServerCertificate : false,
17
- tdsVersion: this.config.tdsVersion
18
}, this.config.options),
19
authentication: Object.assign({
20
type: this.config.domain !== undefined ? 'ntlm' : this.config.authentication_type !== undefined ? this.config.authentication_type : 'default',
0 commit comments