summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-10-04 11:17:26 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-10-04 11:17:26 -0400
commitf0ea9e37f94bd39fa4f0785dbdcd0ee1759c4a11 (patch)
tree1010a692ac8a75339970b3adf46c59248c23d454 /doc
parent728ce8cc480d0ada690e5a97067cff821b9a65f3 (diff)
downloadsqlalchemy-f0ea9e37f94bd39fa4f0785dbdcd0ee1759c4a11.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_10.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index b3e76b475..0ea3633b7 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -19,6 +19,15 @@
:version: 1.0.16
.. change::
+ :tags: bug, mssql
+ :tickets: 3814
+ :versions: 1.1.0
+
+ 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::
:tags: bug, orm
:tickets: 3800
:versions: 1.1.0