denisenkom / pytds

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

Revert "Allow specifying column types and providing data directly in bulk copies" #100

Closed denisenkom closed 6 years ago

denisenkom commented 6 years ago

Reverts denisenkom/pytds#97

codecov[bot] commented 6 years ago

Codecov Report

Merging #100 into master will increase coverage by 36.08%. The diff coverage is 60%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #100       +/-   ##
===========================================
+ Coverage   57.93%   94.02%   +36.08%     
===========================================
  Files          25       26        +1     
  Lines        7646     7818      +172     
===========================================
+ Hits         4430     7351     +2921     
+ Misses       3216      467     -2749
Impacted Files Coverage Δ
tests/connected_test.py 98.55% <ø> (+83.1%) :arrow_up:
src/pytds/__init__.py 92.91% <60%> (+54.18%) :arrow_up:
src/pytds/sspi.py 92.02% <0%> (ø)
tests/unit_test.py 99.21% <0%> (+0.13%) :arrow_up:
src/pytds/tz.py 91.89% <0%> (+2.7%) :arrow_up:
src/pytds/tds_base.py 95.09% <0%> (+5.88%) :arrow_up:
src/pytds/smp.py 99.53% <0%> (+11.16%) :arrow_up:
src/pytds/collate.py 87.28% <0%> (+22.88%) :arrow_up:
src/pytds/tds.py 96.53% <0%> (+32.02%) :arrow_up:
src/pytds/tds_types.py 92.97% <0%> (+33.92%) :arrow_up:
... and 7 more

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 9e13ed9...501ab54. Read the comment docs.