-
Notifications
You must be signed in to change notification settings - Fork 342
Support for Stored Procedure command type #19
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
This is really important for my project as well. |
I have begun work on this here: caleblloyd@65701f8 |
Merged
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Nov 7, 2016
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Nov 7, 2016
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Nov 7, 2016
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Nov 7, 2016
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Nov 7, 2016
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Nov 12, 2016
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Nov 12, 2016
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Nov 12, 2016
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Nov 12, 2016
Support for stored procedures is available in 0.7.0; please test it out and let us know of any problems! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current version of MySqlCommand only supports CommandType = Text. Supporting stored procedure commands is a must for any realistic migration from the official MySQL Connector.
ps: nice work so far!
The text was updated successfully, but these errors were encountered: