denisenkom / django-sqlserver

Django backend for MSSQL server using pytds or adodb backend (moved here from https://bitbucket.org/cramm/django-sqlserver)
MIT License
37 stars 15 forks source link

[WIP] Add support for all kwargs in pytds.connect #23

Closed quapka closed 6 years ago

quapka commented 6 years ago

This is the simplest way of fixing #22. At least I don't see a reason, why not support all the kwargs, that pytds.connect accepts. If it needs some more work I'm open to help.

codecov[bot] commented 6 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          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.