Closed imavroukakis closed 3 years ago
For an MSSQL server listening on any port other than the default, the plugin fails to connect to the server with the following error
Error getting data: Failed to connect to xxxx.com,14330 - getaddrinfo ENOTFOUND xxxx.com,14330
The plugin should be able to correctly parse the port number from the string.
The plugin uses the entire string as a hostname resolution
was using an older version of the plugin, closing!
For an MSSQL server listening on any port other than the default, the plugin fails to connect to the server with the following error
Expected Behavior
The plugin should be able to correctly parse the port number from the string.
Current Behavior
The plugin uses the entire string as a hostname resolution
Steps to Reproduce