fix(MSSQL Node): Support tdsVersion option
This commit is contained in:
committed by
GitHub
parent
0aeb55dcfd
commit
89d2d10c52
@@ -271,6 +271,7 @@ export class MicrosoftSql implements INodeType {
|
||||
options: {
|
||||
encrypt: credentials.tls as boolean,
|
||||
enableArithAbort: false,
|
||||
tdsVersion: credentials.tdsVersion as string,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user