IanSims

Results 52 comments of IanSims

Also keep in mind that you're using `tedious-connection-pool` [library ](https://github.com/tediousjs/tedious-connection-pool) (which is not actively maintained) and not `tedious`.

@arthurschreiber It looks like the PR #497 Windows Integrated Authentication was merged that allows window authentication without needing username/password, but I can't seem to find that anymore in the latest...

I don't think we've ever considered providing support for Deno at the moment. If there's a lot of interest in the future, then perhaps? 🤷‍♂️

I think this might be due to having too many event's being registered each time you create a new Request object, which if you have > 10 (by default) request...

Also there's no 'error' event for the Request

Thanks for this PR! We'll take a look at this as soon as possible

Hi @g0djan tedious uses `tls` native library for creating tls connections, and what I believe you're looking for is the option `ca` passed in as `options` in the [ tls.connect([options],...

You can try to set the CA in the `connection.cryptoCredentialsDetails`, more details in the [options here](https://tediousjs.github.io/tedious/api-connection.html)

Hi we're currently starting to work on this feature. Since this is a pretty big project, it may take a while to be finished.

@ekelvin there's been a [community PR for Always Encrypted](https://github.com/tediousjs/tedious/pull/1020) that you can check out for now. It should be fully working. Currently, we're still in the process of merging that...