-
Notifications
You must be signed in to change notification settings - Fork 159
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
resolve issue 364 #452
resolve issue 364 #452
Conversation
will need to re-work this to enforce one cursor per connection, is slightly more complicated |
Codecov Report
@@ Coverage Diff @@
## master #452 +/- ##
==========================================
- Coverage 93.67% 93.66% -0.01%
==========================================
Files 25 25
Lines 3733 3744 +11
Branches 198 199 +1
==========================================
+ Hits 3497 3507 +10
- Misses 198 199 +1
Partials 38 38
Continue to review full report at Codecov.
|
ok, it now enforces one cursor per connection |
@thehesiod you add tests? |
ok added a specific test |
@asvetlov anything left for this? |
bumped to 0.14 |
…rsor_tracking # Conflicts: # .gitignore # aiopg/__init__.py # setup.py
@vir-mir anything left to merge this? |
aiopg/__init__.py
Outdated
@@ -11,7 +11,7 @@ | |||
'version', 'version_info', 'DEFAULT_TIMEOUT', 'IsolationLevel', | |||
'Transaction') | |||
|
|||
__version__ = '0.15.0' | |||
__version__ = '0.16.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to lift the version in a separate pull request
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you mean: "no need to life the version, it will be done
in a separate pull request"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is usually done release engineer, there may already be several tasks in the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, reverted
ok, merge into master |
Can you bump version with this fix? |
resolves #364