-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
mssql version: 0.6.2
I get an unhandled error when trying to connect.
mssql --server 10.11.1.31 --user sa --pass ****
Connecting to 10.11.1.31...events.js:183
throw er; // Unhandled 'error' event
^
Error: Unknown type: 0
at Parser.parseTokens (/usr/local/lib/node_modules/sql-cli/node_modules/tedious/lib/token/stream-parser.js:99:30)
at Parser._transform (/usr/local/lib/node_modules/sql-cli/node_modules/tedious/lib/token/stream-parser.js:72:14)
at Parser.Transform._read (/usr/local/lib/node_modules/sql-cli/node_modules/readable-stream/lib/_stream_transform.js:184:10)
at Parser.Transform._write (/usr/local/lib/node_modules/sql-cli/node_modules/readable-stream/lib/_stream_transform.js:172:83)
at doWrite (/usr/local/lib/node_modules/sql-cli/node_modules/readable-stream/lib/_stream_writable.js:428:64)
at writeOrBuffer (/usr/local/lib/node_modules/sql-cli/node_modules/readable-stream/lib/_stream_writable.js:417:5)
at Parser.Writable.write (/usr/local/lib/node_modules/sql-cli/node_modules/readable-stream/lib/_stream_writable.js:334:11)
at Parser.addBuffer (/usr/local/lib/node_modules/sql-cli/node_modules/tedious/lib/token/token-stream-parser.js:50:26)
at Connection.sendDataToTokenStreamParser (/usr/local/lib/node_modules/sql-cli/node_modules/tedious/lib/connection.js:644:37)
at Connection.data (/usr/local/lib/node_modules/sql-cli/node_modules/tedious/lib/connection.js:1070:21)
Edit: Not sure if it should matter, but my system is a 32-bit Debian Linux system.
Metadata
Metadata
Assignees
Labels
No labels