File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ class ConnectionPool extends BaseConnectionPool {
1313 server : this . config . server ,
1414 options : Object . assign ( {
1515 encrypt : typeof this . config . encrypt === 'boolean' ? this . config . encrypt : true ,
16- trustServerCertificate : typeof this . config . trustServerCertificate === 'boolean' ? this . config . trustServerCertificate : false
16+ trustServerCertificate : typeof this . config . trustServerCertificate === 'boolean' ? this . config . trustServerCertificate : false ,
17+ tdsVersion : this . config . tdsVersion
1718 } , this . config . options ) ,
1819 authentication : Object . assign ( {
1920 type : this . config . domain !== undefined ? 'ntlm' : this . config . authentication_type !== undefined ? this . config . authentication_type : 'default' ,
You can’t perform that action at this time.
0 commit comments