-
Notifications
You must be signed in to change notification settings - Fork 66
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
Can not send more queries after 'Not supportted value type' exception #167
Comments
@yyydevf Thanks for reporting this 👍 This indeed sounds like a bug, seems like we need some additional tests for this case to confirm. If this is a bug we then need some code adjustments. We're always happy about PRs, so if you want to take a closer look at this I'm always happy to help 👍 |
I labeled this ticket as a question for now until we're sure this is a bug. |
I can confirm this is indeed an issue. |
Any news on this issue? Do you need help fixing this? The connection seems to hang until whatever timeout is reached rapidly exhausting connections until max MySQL connections are reached... |
@pfk84 Help with this is always appreciated. In order to properly fix this we'd need a test to reproduce this behavior and then make the failing test green by fixing the reported issue. I looked into this before but didn't really found the cause of this. So I guess all I want to say here is: Pull request are welcome 😉 |
Hello
I have a bug in v 0.5.* and v0.6.*
While we have an invalid type of argument, we haven't drop current state of mysql, look at example, because exception does not catch
Look at this method:
mysql/src/Io/Parser.php
Line 383 in c36b92f
And its body (i do not know how to reply multiple lines of code, sorry, so paste my)
Exception line never catched and just reject:
mysql/src/Io/Query.php
Line 119 in 89067b2
mysql/src/Io/Connection.php
Line 72 in 89067b2
So we are cannot send more queries from its connection, cause do not drop $this->currCommand
The text was updated successfully, but these errors were encountered: