]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
When querying the information schema on SQL Server 2000, removed
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Jun 2013 16:52:18 +0000 (12:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Jun 2013 16:52:18 +0000 (12:52 -0400)
commit555f30d64c23558a13bb95c2c10cb8556b5b21ae
treec4ff1b1cc9d181be987e2210020d7c39c274d35b
parent9a736a4c6e3a21a4d3682a0bd2b547ef0703a027
When querying the information schema on SQL Server 2000, removed
a CAST call that was added in 0.8.1 to help with driver issues,
which apparently is not compatible on 2000.
The CAST remains in place for SQL Server 2005 and greater.
[ticket:2747]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/mssql/information_schema.py
test/dialect/test_mssql.py