]> 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:41:07 +0000 (17:41 -0400)
commit0477501eddee2178f336398d9c275d8879080993
tree08326f4acc18e2b1ceb35441caa80ffc7f7f03f3
parentf6f5fc7f17d7bf6fffd79c507863f120a037a881
- 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