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

remove deprecated no_delay argument #702

Merged
merged 1 commit into from Jan 29, 2022

Conversation

Nothing4You
Copy link
Collaborator

What do these changes do?

The deprecated no_delay argument is removed from Connection.

Are there changes in behavior for the user?

no_delay may no longer be passed when a pool or connection is created.

Related issue number

no

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • Add a new news fragment to CHANGES.txt

@Nothing4You Nothing4You added this to the 1.0 milestone Jan 29, 2022
@codecov
Copy link

codecov bot commented Jan 29, 2022

Codecov Report

Merging #702 (4a04d2e) into master (b47bef6) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #702      +/-   ##
==========================================
- Coverage   86.54%   86.50%   -0.04%     
==========================================
  Files          12       12              
  Lines        2088     2082       -6     
  Branches      343      341       -2     
==========================================
- Hits         1807     1801       -6     
  Misses        216      216              
  Partials       65       65              
Flag Coverage Δ
ubuntu-latest_3.10_mariadb-10.2 83.04% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.10_mariadb-10.3 83.04% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.10_mariadb-10.4 83.04% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.10_mariadb-10.5 83.04% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.10_mariadb-10.6 83.04% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.10_mariadb-10.7 83.04% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.10_mysql-5.7 83.90% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.10_mysql-8.0 85.78% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.7_mariadb-10.2 82.59% <100.00%> (-0.06%) ⬇️
ubuntu-latest_3.7_mariadb-10.3 82.59% <100.00%> (-0.06%) ⬇️
ubuntu-latest_3.7_mariadb-10.4 82.59% <100.00%> (-0.06%) ⬇️
ubuntu-latest_3.7_mariadb-10.5 82.59% <100.00%> (-0.06%) ⬇️
ubuntu-latest_3.7_mariadb-10.6 82.59% <100.00%> (-0.06%) ⬇️
ubuntu-latest_3.7_mariadb-10.7 82.59% <100.00%> (-0.06%) ⬇️
ubuntu-latest_3.7_mysql-5.7 83.48% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.7_mysql-8.0 85.39% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.8_mariadb-10.2 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.8_mariadb-10.3 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.8_mariadb-10.4 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.8_mariadb-10.5 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.8_mariadb-10.6 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.8_mariadb-10.7 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.8_mysql-5.7 83.86% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.8_mysql-8.0 85.69% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.9_mariadb-10.2 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.9_mariadb-10.3 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.9_mariadb-10.4 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.9_mariadb-10.5 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.9_mariadb-10.6 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.9_mariadb-10.7 82.99% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.9_mysql-5.7 83.86% <100.00%> (-0.05%) ⬇️
ubuntu-latest_3.9_mysql-8.0 85.69% <100.00%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiomysql/connection.py 84.60% <100.00%> (-0.11%) ⬇️

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 b47bef6...4a04d2e. Read the comment docs.

@Nothing4You Nothing4You merged commit 1558b4a into master Jan 29, 2022
@Nothing4You Nothing4You deleted the remove-deprecations-no-delay branch January 29, 2022 02:30
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

1 participant