[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The hostname-based connection format for SQL Serv
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-09-03 14:32:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4399431b53e5/ Changeset: 4399431b53e5 Branch: None User: zzzeek Date: 2014-09-03 16:31:29 Summary: - 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 Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |