Update flag because of deprecation notice (#1909)

This commit is contained in:
Omar Ajoue 2021-06-20 11:00:25 +02:00 committed by GitHub
parent 9527d1ca0d
commit 5cb1b4a678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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