Skip to content

Allow to set expand Cursor#374

Merged
terricain merged 1 commit intoaio-libs:masterfrom
elBroom:master
Jan 20, 2019
Merged

Allow to set expand Cursor#374
terricain merged 1 commit intoaio-libs:masterfrom
elBroom:master

Conversation

@elBroom
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
Collaborator

@terricain terricain 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.

The pool has *minsize* opened connections to PostgreSQL server.
The pool has *minsize* opened connections to mysql server.
"""
deplecated_cursor_classes = [
Copy link
Copy Markdown
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
Copy Markdown
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

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
Copy Markdown
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
Copy Markdown
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
@terricain
Copy link
Copy Markdown
Collaborator

Cool, looks good thanks

@terricain terricain 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.

2 participants