ratanakvlun / sequelize-odbc-mssql

Sequelize dialect driver for the @ratanakvlun/node-odbc module
ISC License
3 stars 2 forks source link

"options" inside "dialectOptions" is required #3

Open firefueled opened 4 years ago

firefueled commented 4 years ago

Hi,

I can't connect to my database using trusted connection unless I provide an "options" object inside the "dialectOptions", like this:

"dialectOptions": { "options": { "driver": "ODBC Driver 17 for SQL Server", "trustedConnection": true } }

Not including it results in: ERROR: Login failed for user ''.