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

Implement MySqlCommandBuilder #303

Closed
yukozh opened this issue Aug 3, 2017 · 4 comments
Closed

Implement MySqlCommandBuilder #303

yukozh opened this issue Aug 3, 2017 · 4 comments
Assignees
Milestone

Comments

@yukozh
Copy link

yukozh commented Aug 3, 2017

I'm still working on switch the client into MySqlConnector for Azure database for MySQL, There was an important class MySqlCommandBuilder which you have not supported.

So, is there any plan for supporting this?

@bgrainger
Copy link
Member

This should probably be implemented as part of #183 (or shortly thereafter).

Since this type requires .netstandard2.0 support, it's currently lower-priority than finishing other items in the 1.0 milestone.

@bgrainger bgrainger changed the title Missing MySqlCommandBuilder support Implement MySqlCommandBuilder Aug 3, 2017
@bgrainger bgrainger added this to the 1.0 milestone Oct 23, 2017
@bgrainger
Copy link
Member

@yukozh Is there anyone on your team who could contribute this code?

@yukozh
Copy link
Author

yukozh commented Nov 8, 2017

Maybe nobody.

@bgrainger bgrainger self-assigned this Jan 2, 2018
@bgrainger
Copy link
Member

Implemented in 0.34.0.

The DeriveParameters method is yet to come: #419

@yukozh Please let me know if the implementation added for this case meets your needs.

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