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
Describe the bug
When I use SQLTools and mssql driver extensions in vscode and make a connection to our companies mssql database and fetch a query with characters longer than 4040, i get a ECONNRESET error immediately. I know that it's a bug because when i use Microsoft official mssql extension and run the same querry, i get the results. I even created a dummy query so that only the characters would be long and no functionality would be done, and i get the same error again.
To Reproduce
Steps to reproduce the behavior:
write a query longer than 4040 characters.
run it using Ctrl + E twice.
See error
Expected behavior
I want to run long queries and I fetch the result correctly as I can get using Microsoft official mssql extension in vscode.
Screenshots
i get this error:
Desktop (please complete the following information):