]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added a py3K conditional around unnecessary .decode()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Jan 2013 00:52:26 +0000 (19:52 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Jan 2013 00:52:26 +0000 (19:52 -0500)
commit397ff3c84d28ded69154ceb546982407e5afe104
treef0370fbe21b2895e0abcf1942ee07478b4554e38
parent5f65518595610d55f5c313811a4d296b6868efef
Added a py3K conditional around unnecessary .decode()
call in mssql information schema, fixes reflection
in Py3K. [ticket:2638]
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/dialects/mssql/information_schema.py
test/dialect/test_mssql.py