]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed the version string detection in the pymssql dialect to
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Sep 2014 21:40:06 +0000 (17:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Sep 2014 21:40:06 +0000 (17:40 -0400)
commita985f84ed6223e7a7348dd6126f8de92012b635f
treea9dededa8995381139a19bed5915eea6d368576a
parentcc3dba01db0367d4172cca1b902976ac7718e4cf
- Fixed the version string detection in the pymssql dialect to
work with Microsoft SQL Azure, which changes the word "SQL Server"
to "SQL Azure".
fixes #3151
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/mssql/pymssql.py
test/dialect/mssql/test_engine.py