Skip to content
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

Support MySqlParameterCollection.AddWithValue #127

Closed
caleblloyd opened this issue Oct 28, 2016 · 2 comments
Closed

Support MySqlParameterCollection.AddWithValue #127

caleblloyd opened this issue Oct 28, 2016 · 2 comments

Comments

@caleblloyd
Copy link
Contributor

caleblloyd commented Oct 28, 2016

Oracle's upcoming 7.x Connector/NET release adds a public AddWithValue method to MySqlParameterCollection

MySqlConnector's MySqlParameterCollection should add this method as well in order to maintain BC. Also, it seems like a convenient method to have.

@bgrainger
Copy link
Member

This public API appears to be in 6.9 as well, so even more reason to add it.

bgrainger added a commit that referenced this issue Mar 31, 2017
Add MySqlParameterCollection.AddWithValue.
@bgrainger
Copy link
Member

Fixed in 0.16.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants