[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-10-04 15:19:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f0ea9e37f94b/ Changeset: f0ea9e37f94b Branch: None User: zzzeek Date: 2016-10-04 15:17:26+00:00 Summary: Use SQL Server SERVERPROPERTY for version info w/ pyodbc Updated the server version info scheme for pyodbc to use SQL Server SERVERPROPERTY(), rather than relying upon pyodbc.SQL_DBMS_VER, which continues to be unreliable particularly with FreeTDS. Change-Id: I4ff49ae13c8ff51bd764980131d41c18d73d87ce Fixes: #3814 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/17f3f4b1e11f/ Changeset: 17f3f4b1e11f Branch: rel_1_0 User: zzzeek Date: 2016-10-04 15:18:33+00:00 Summary: Use SQL Server SERVERPROPERTY for version info w/ pyodbc Updated the server version info scheme for pyodbc to use SQL Server SERVERPROPERTY(), rather than relying upon pyodbc.SQL_DBMS_VER, which continues to be unreliable particularly with FreeTDS. Change-Id: I4ff49ae13c8ff51bd764980131d41c18d73d87ce Fixes: #3814 (cherry picked from commit f0ea9e37f94bd39fa4f0785dbdcd0ee1759c4a11) Affected #: 4 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. |