denisenkom / pytds

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

bug: Fixed timeout referencing EncryptedObject #83

Closed radyz closed 6 years ago

radyz commented 6 years ago

It's mentioned in #82

codecov[bot] commented 6 years ago

Codecov Report

Merging #83 into master will decrease coverage by 0.02%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
- Coverage   93.51%   93.49%   -0.03%     
==========================================
  Files          25       25              
  Lines        7708     7712       +4     
==========================================
+ Hits         7208     7210       +2     
- Misses        500      502       +2
Impacted Files Coverage Δ
src/pytds/tls.py 95.19% <50%> (-1.81%) :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 899907c...8544592. Read the comment docs.

denisenkom commented 6 years ago

Thanks!

radyz commented 6 years ago

Hi @denisenkom , is it possible to get this published as 1.9.1 so it's available on PyPi :(

denisenkom commented 6 years ago

Will do

denisenkom commented 6 years ago

uploaded: https://pypi.python.org/pypi/python-tds/1.9.1