mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
⚡ Update flag because of deprecation notice (#1909)
This commit is contained in:
parent
9527d1ca0d
commit
5cb1b4a678
|
@ -229,6 +229,7 @@ export class MicrosoftSql implements INodeType {
|
|||
connectTimeout: credentials.connectTimeout as number,
|
||||
options: {
|
||||
encrypt: credentials.tls as boolean,
|
||||
enableArithAbort: false,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue