Closed quapka closed 6 years ago
Merging #23 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #23 +/- ##
======================================
Coverage 94% 94%
======================================
Files 108 108
Lines 11401 11401
======================================
Hits 10718 10718
Misses 683 683
Impacted Files | Coverage Δ | |
---|---|---|
sqlserver/base.py | 91.89% <100%> (ø) |
:arrow_up: |
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 ca2d6d3...c8b5610. Read the comment docs.
This is the simplest way of fixing #22. At least I don't see a reason, why not support all the
kwargs
, thatpytds.connect
accepts. If it needs some more work I'm open to help.