jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.49k stars 205 forks source link

use str port for mssql #100

Closed elohmeier closed 6 years ago

elohmeier commented 6 years ago

this was a bug in my original implementation.

the mssql adapter loves ports served as a string - same as oracle.

sigmavirus24 commented 6 years ago

Thanks for sending this! 🎉