fix(MSSQL Node): Support tdsVersion option

This commit is contained in:
Shao Yu-Lung (Allen)
2022-09-22 08:41:44 +08:00
committed by GitHub
parent 0aeb55dcfd
commit 89d2d10c52
2 changed files with 30 additions and 0 deletions

View File

@@ -271,6 +271,7 @@ export class MicrosoftSql implements INodeType {
options: {
encrypt: credentials.tls as boolean,
enableArithAbort: false,
tdsVersion: credentials.tdsVersion as string,
},
};