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

MSSQL port specification issue #92

Closed vshih closed 6 years ago

vshih commented 7 years ago

Not sure if this applies to all MSSQL adapters, but for "ODBC Driver 13 for SQL Server", using a colon to separate port did not work - using a comma does:

DATABASE_URL=mssql://{{user}}:{{password}}@{{host}},{{port}}/{{database}}?driver=ODBC+Driver+13+for+SQL+Server

elohmeier commented 6 years ago

this is fixed in PR #100 (waiting for merge)