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

Allow to set expand Cursor #374

Merged
merged 1 commit into from Jan 20, 2019
Merged

Allow to set expand Cursor #374

merged 1 commit into from Jan 20, 2019

Conversation

elBroom
Copy link
Contributor

@elBroom elBroom commented Jan 17, 2019

Fixes #373

@elBroom elBroom force-pushed the master branch 3 times, most recently from 59e9006 to b9684b0 Compare January 17, 2019 13:59
@codecov
Copy link

codecov bot commented Jan 17, 2019

Codecov Report

Merging #374 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #374      +/-   ##
==========================================
+ Coverage   92.28%   92.28%   +<.01%     
==========================================
  Files           9        9              
  Lines        1179     1180       +1     
  Branches      172      172              
==========================================
+ Hits         1088     1089       +1     
  Misses         64       64              
  Partials       27       27
Impacted Files Coverage Δ
aiomysql/sa/engine.py 88.76% <100%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d097275...313d221. Read the comment docs.

Copy link
Collaborator

@terrycain terrycain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than that, looks ok to me, doesn't look like it'll break any compatibility.

"""
deplecated_cursor_classes = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't deplecated be deprecated?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it's a mistake

@@ -26,16 +27,23 @@ def create_engine(minsize=1, maxsize=10, loop=None,

Returns Engine instance with embedded connection pool.

The pool has *minsize* opened connections to PostgreSQL server.
The pool has *minsize* opened connections to mysql server.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MySQL not mysql, might as well include the capitals

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@elBroom elBroom force-pushed the master branch 2 times, most recently from 3783562 to 313d221 Compare January 18, 2019 17:28
@terrycain
Copy link
Collaborator

Cool, looks good thanks

@terrycain terrycain merged commit 66d8657 into aio-libs:master Jan 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants