-
Notifications
You must be signed in to change notification settings - Fork 256
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
Fix async iterator protocol in _SAConnectionContextManager #494
Fix async iterator protocol in _SAConnectionContextManager #494
Conversation
Codecov Report
@@ Coverage Diff @@
## master #494 +/- ##
==========================================
+ Coverage 92.71% 92.77% +0.05%
==========================================
Files 35 35
Lines 5452 5468 +16
Branches 919 922 +3
==========================================
+ Hits 5055 5073 +18
+ Misses 309 307 -2
Partials 88 88
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@webknjaz Can you please take a look here as well? |
thanks! |
What do these changes do?
Fixes async iterator protocol for
_SAConnectionContextManager
.Are there changes in behavior for the user?
Related issue number
#410
Checklist
CHANGES
folder<issue_id>.<type>
(e.g.588.bugfix
)issue_id
change it to the pr id after creating the PR.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.Fix issue with non-ascii contents in doctest text files.