You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating nodejs to 7.7.2 I can no longer connect to a MSSQL database.
Here is the simple query I'm testing with.
varsql=require('mssql');sql.connect("mssql://admin:[email protected]/master").then(function(){newsql.Request().query('select * from sys.databases').then(function(recordset){console.dir(recordset);}).catch(function(err){console.log(err);});});
After updating nodejs to 7.7.2 I can no longer connect to a MSSQL database.
Here is the simple query I'm testing with.
Error
If i downgrade to 7.7.1 it works as usually.
The text was updated successfully, but these errors were encountered: