Skip to content
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
@bernardoadc

Description

@bernardoadc

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions