Closed vshih closed 6 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
this is fixed in PR #100 (waiting for merge)
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: