]> 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:51:13 +0000 (19:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Jan 2013 00:51:13 +0000 (19:51 -0500)
commit46a9209cde6e9e8bf333eada55ef45193f3f4fff
tree7697a03cc8951fc8d9d93fca8ebef821395d4a32
parent84260339dd52fa4a7d20e710f54451cea55a2eac
Added a py3K conditional around unnecessary .decode()
call in mssql information schema, fixes reflection
in Py3K. Also in 0.7.10. [ticket:2638]
doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/mssql/information_schema.py
test/dialect/test_mssql.py