IanSims

Results 52 comments of IanSims

Hi @gladmustang, are you still facing the same issue with the latest tedious version?

@filipanton What's the port for your SQL Server? You can check in SSMS: ```sql USE master GO xp_readerrorlog 0, 1, N'Server is listening on' GO ``` And then set the...

@arthurschreiber How do you feel about this PR still?

@MasterOdin I was able to get a successful connection and query using: docker version: `20.10.0, build 7287ab3` mssql verision: `mcr.microsoft.com/mssql/server:2017-latest` node version: `v12.16.1` tedious version: `9.2.1` docker run command: ```...

Oh yes my bad 🤦‍♂️ I missed the ` -e "MSSQL_COLLATION=Latin1_General_BIN"` in the run command, I'm seeing the issue as well

OK I've posted help on the Microsoft forum: https://docs.microsoft.com/en-us/answers/questions/221376/dll-error-on-connecting-to-latin1-general-bin-coll.html I'll keep this discussion updated if I hear anything back from their side!

Yup sounds good for both. I'll go over the changes and refactor them.

@arthurschreiber Any plans on dropping node.js 6 or 8 support soon?