This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Custom connection - tedious options #184
Open
Description
Describe the Feature
Fine tune the connection, according to tedious API
Suggested Solution
Use options defined in config file, e.g.:
{
"connections": [
{
...
"options": {
"cryptoCredentialsDetails": {
"minVersion": "TLSv1"
}
}
}
]
}
Other Information
This is not possible as of now. File src\common\config.ts
:
return Object.assign(conn, {
options: {
// https://github.com/tediousjs/tedious/releases/tag/v7.0.0
enableArithAbort: true
},
});
Metadata
Metadata
Assignees
Labels
No labels