Skip to content

Commit 1e0d245

Browse files
chore: remove useless tdsVersion property on tedious/ConnectionPool options
1 parent b29d037 commit 1e0d245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/tedious/connection-pool.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class ConnectionPool extends BaseConnectionPool {
1414
options: Object.assign({
1515
encrypt: typeof this.config.encrypt === 'boolean' ? this.config.encrypt : true,
1616
trustServerCertificate: typeof this.config.trustServerCertificate === 'boolean' ? this.config.trustServerCertificate : false,
17-
tdsVersion: this.config.tdsVersion
1817
}, this.config.options),
1918
authentication: Object.assign({
2019
type: this.config.domain !== undefined ? 'ntlm' : this.config.authentication_type !== undefined ? this.config.authentication_type : 'default',

0 commit comments

Comments
 (0)