]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The hostname-based connection format for SQL Server when using
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Sep 2014 14:30:51 +0000 (10:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Sep 2014 14:31:29 +0000 (10:31 -0400)
commit4399431b53e5d132672431205c654d7d6b32dd77
treee0d6baef528c1f6dae8331bf1e86fa7f84d90aa8
parent613d8ca0f84d3e92b35403eaba21824e72b8ada8
- The hostname-based connection format for SQL Server when using
pyodbc will no longer specify a default "driver name", and a warning
is emitted if this is missing.  The optimal driver name for SQL Server
changes frequently and is per-platform, so hostname based connections
need to specify this. DSN-based connections are preferred.
fixes #3182
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst
lib/sqlalchemy/connectors/pyodbc.py
lib/sqlalchemy/dialects/mssql/pyodbc.py
test/dialect/mssql/test_engine.py