-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error. mssql: Execution failed: Length cannot be less than zero. #1025
Comments
@MattIrv could you take a look at this issue? Does it reproduce for you? |
@4174 Thanks for reporting this. I can't seem to reproduce it, so if you're still getting this error message, could you please let me know the answers to the following questions so I can continue trying to track it down:
Edit: Additionally, when you're attempting to execute using ctrl+shift+e, have you already established a connection for the query? Thanks! |
@MattIrv Thank You for answer It's seems that problem is folder I run script from. If it's local folder then no problem, but problem arises when i open file from network share. |
Installed update 1.18.1 doesn't resolve error. |
@4174 thanks for the additional details. I can reproduce this issue, but only when a backslash character Are there any backslashes or other characters that Windows might not expect (potentially any of |
Stack trace
|
@MattIrv Thank You for answer. Really a problem in the so-called administrative directory, rather than in the workspace. |
Thanks. I'm looking into a fix for this issue and should be able to get one out soon. @4174 can you clarify whether you're seeing this for a mapped network drive (e.g. So far I've only seen this issue when using a mapped drive. If that's the case, using the corresponding unmounted network path should be a good workaround. |
@MattIrv Thank You for answer. Your assumption is correct, I run scripts from the unmounted network path without problems. Thank You |
Thanks again for your help tracking this down. We've just released version 1.3.0 of the extension, which includes the fix for this bug. I'll close this issue now, but if you're still having problems with it after updating feel free to reopen this. |
@MattIrv Thank You, I tested the new version and it works like a charm. |
MySQL with the Pomelo.EntityFrameworkCore.MySql driver is an issue |
Steps to Reproduce:
Run from folder (not from workspace) works as usual.
The text was updated successfully, but these errors were encountered: