FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix LOAD DATA LOCAL INFILE write EOF packet on closed connection. by methane · Pull Request #1116 · PyMySQL/PyMySQL · GitHub

Fix LOAD DATA LOCAL INFILE write EOF packet on closed connection. - #1116

Merged
methane merged 2 commits into
PyMySQL:mainfrom
methane:loadlocal-dontwrite
May 24, 2023
Merged

Fix LOAD DATA LOCAL INFILE write EOF packet on closed connection.#1116
methane merged 2 commits into
PyMySQL:mainfrom
methane:loadlocal-dontwrite

Conversation

methane commented May 24, 2023

Copy link
Copy Markdown
Member

Fix #989

methane added this to the v1.1 milestone May 24, 2023

codecov Bot commented May 24, 2023
edited
Loading

Copy link
Copy Markdown

Codecov Report

Patch coverage: 66.66% and project coverage change: -0.15 ⚠️

Comparison is base (9228700) 86.30% compared to head (b71cbd1) 86.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1116      +/-   ##
==========================================
- Coverage   86.30%   86.16%   -0.15%     
==========================================
  Files          17       17              
  Lines        2432     2435       +3     
  Branches      254      256       +2     
==========================================
- Hits         2099     2098       -1     
- Misses        247      248       +1     
- Partials       86       89       +3     
Impacted Files Coverage Δ
pymysql/connections.py 77.84% <66.66%> (-0.10%) ⬇️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

methane merged commit bd3bd01 into PyMySQL:main May 24, 2023
methane deleted the loadlocal-dontwrite branch May 24, 2023 15:33
github-actions Bot locked as resolved and limited conversation to collaborators May 27, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Load data local in file fails with AttributeError: 'NoneType' object has no attribute 'settimeout' on connection reset

1 participant


Back | FazBrowse Home | New Git URL