michiya / django-pyodbc-azure

Django backend for Microsoft SQL Server and Azure SQL Database using pyodbc
https://pypi.python.org/pypi/django-pyodbc-azure
BSD 3-Clause "New" or "Revised" License
321 stars 140 forks source link

Why is the mars option unconditionally True in Windows? #223

Open MinYn opened 3 years ago

MinYn commented 3 years ago

this is base.py file in 279 line code

if ms_drivers.match(driver) and os.name == 'nt': cstr_parts['MARS_Connection'] = 'yes'

I can't understand why it's like this.