Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Custom connection - tedious options #184

Open
bernardoadc opened this issue Dec 20, 2022 · 0 comments
Open

Custom connection - tedious options #184

bernardoadc opened this issue Dec 20, 2022 · 0 comments

Comments

@bernardoadc
Copy link

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
            },
        });
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant