[Sqlalchemy-tickets] Issue #3182: remove "SQL Server" pyodbc driver name default (zzzeek/sqlalchemy
Brought to you by:
zzzeek
|
From: Mike B. <iss...@bi...> - 2014-09-03 13:34:07
|
New issue 3182: remove "SQL Server" pyodbc driver name default https://bitbucket.org/zzzeek/sqlalchemy/issue/3182/remove-sql-server-pyodbc-driver-name Mike Bayer: this is in mssql/pyodbc. it is only used for DSN-less connections, and should be removed; it apparently isn't the best "default", and if someone is specifying hostname and not DSN in any case, they need to set this up themselves. |