-
Notifications
You must be signed in to change notification settings - Fork 205
Add MySqlClientFactory.CreateDataAdapter #21
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
Conversation
muxuanuser
commented
Mar 25, 2018
中文他们看不懂吧。。。。
Transaction
there is the translation above!
There is a bug for MySqlClientFactory!I got null response because MySqlClientFactory has not override CreateDataAdapter. Please CreateDataAdapter again and return new MySqlDataAdapter
mysql-oca-bot
commented
Mar 25, 2018
Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at http://www.oracle.com/technetwork/community/oca-486395.html
Please make sure to include your MySQL bug system user (email) in the returned form.
Thanks
mysql-oca-bot
commented
Apr 25, 2018
Hi, there was no response to our request to sign an OCA or confirm the code is submitted under the terms of the OCA. As such this request will be closed.
Thanks
Uh oh!
There was an error while loading. Please reload this page.
MySqlClientFactory没有重写CreateDataAdapter导致其返回null,修正方法:重新CreateDataAdapter并返回return new MySqlDataAdapter();