]> 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:55:00 +0000 (12:55 -0400)
commit45f8ff88c9209374586062d536735e484014d665
tree6c285a611b25bcccd1dac130f7aa223438b0170d
parentcc1ea5da10d2424ea2887a68fddfe07a3928c616
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]

Conflicts:
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/mssql/information_schema.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/mssql/information_schema.py
test/dialect/test_mssql.py