-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Support Go MySQL Stored Procedure calls #569
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
Comments
@arnehormann With multi-read support now implemented, will calling stored procedures now work? |
@pjebs honestly, I don't know. I'm a little behind right now and running low on time for open source. I hope that will change soon, but as it is now, it already frustrates me that I can't even finish #302 - which is a priority for me in the driver. |
just FYI this is working now. |
Is it working? Whenever I call an otherwise-working stored procedure, no error is returned, yet the operation was not completed and a lock was left on the database (preventing me from calling this procedure manually). |
Is it possible that you have not set autocommit to true? |
Looks like that was the case... good call. |
Issue description
Tell us what should happen and what happens instead
Wanted to call my sproc in go, given error
Example code
Error log
The text was updated successfully, but these errors were encountered: