Skip to content

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

Closed
Aerendel opened this issue Jul 7, 2016 · 3 comments
Closed

Support for Stored Procedure command type #19

Aerendel opened this issue Jul 7, 2016 · 3 comments
Assignees
Milestone

Comments

@Aerendel
Copy link

Aerendel commented Jul 7, 2016

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!

@ScottAllSet
Copy link

This is really important for my project as well.

@caleblloyd
Copy link
Contributor

I have begun work on this here: caleblloyd@65701f8

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
@bgrainger
Copy link
Member

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
Development

No branches or pull requests

4 participants