-
Notifications
You must be signed in to change notification settings - Fork 300
implement context manager #56
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
mplement context manager at cursor base
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 |
I finished
thanks
mysql-oca-bot <notifications@github.com> 於 2020年1月1日 週三 上午2:50寫道:
… 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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#56?email_source=notifications&email_token=AH43EXLOHOUXO6AQJSIES2TQ3OH6JA5CNFSM4KBXHZ22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH4RW6Q#issuecomment-569973626>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH43EXMY6QIVCIJWL6R7OFLQ3OH6JANCNFSM4KBXHZ2Q>
.
|
I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it |
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. |
Reopen - Closed by mistake - we have a delay with confirming the OCA |
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 |
this is my oca
[image: Oracle Contributor Agreement.jpg]
mysql-oca-bot <notifications@github.com> 於 2020年1月31日 週五 下午11:58寫道:
… 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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#56?email_source=notifications&email_token=AH43EXMCYLDQZX7O34QGDF3RARDDDA5CNFSM4KBXHZ22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKPC3IY#issuecomment-580791715>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH43EXPDQM363TETMDWZMFLRARDDDANCNFSM4KBXHZ2Q>
.
|
Hi, thank you for your contribution. Your code has been assigned to an internal queue. Please follow |
when i make mysql migration
i found class cursor is not implement context manager
Difference with pymysql
and i found not just me would like to have context manager at cursor
therefore i implement context manager at cursor base
and i had test it after i finish it , it work
i hope you can merged it or Improve this demand
if not please tell me what do you think
thanks a lot
by mysql Lovers