Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I will give this a shot! Currently putting out a fire in another code base but when i get back to this i'll give it a go.
    – rimraf
    Commented May 30, 2019 at 15:49
  • Works for me. I had this error with sequelize 5.22.3 and tedious 3.0.1. Upgraded to tedious 9.2.1 and it fixed the MSSQL connection. Commented Sep 7, 2020 at 19:23
  • If you are using sequelize@4, then it seems there is a hidden requirement that you must use tedious@<=5. This saved my day
    – dekajoo
    Commented Jan 6, 2023 at 15:47