]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- In the SQL Server pyodbc dialect, repaired the implementation
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jul 2014 22:54:23 +0000 (18:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jul 2014 22:54:23 +0000 (18:54 -0400)
commit0add251ea0be13a54c410f3c6e145e52482fb31d
tree577df6ce3fd2cd11c75268bf7b7bcfa28e34a859
parentec40a84d96e43f35c54e7a9d398dc98ea7b16c50
- In the SQL Server pyodbc dialect, repaired the implementation
for the ``description_encoding`` dialect parameter, which when
not explicitly set was preventing  cursor.description from
being parsed correctly in the case of result sets that
contained names in alternate encodings.  This parameter
shouldn't be needed going forward.
fixes #3091
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/mssql/pyodbc.py
test/sql/test_unicode.py