denisenkom / pytds

Python DBAPI driver for MSSQL using pure Python TDS (Tabular Data Stream) protocol implementation
MIT License
192 stars 53 forks source link

Ignore second WantReadError in establish_channel #110

Closed tarper24 closed 4 years ago

tarper24 commented 4 years ago

This change is to fix an issue with authenticating to Azure Data Warehouse.

Closes #106

codecov[bot] commented 4 years ago

Codecov Report

Merging #110 into master will decrease coverage by 0.02%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
- Coverage   93.85%   93.82%   -0.03%     
==========================================
  Files          26       26              
  Lines        7890     7893       +3     
==========================================
+ Hits         7405     7406       +1     
- Misses        485      487       +2
Impacted Files Coverage Δ
src/pytds/tls.py 94.06% <75%> (-1.59%) :arrow_down:

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 bd0e05b...9c0980c. Read the comment docs.