]> 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:55:02 +0000 (18:55 -0400)
commita1d9c81f5ac7c603e4dff70c3cf7fca36a9e0198
treeae5a4e5006e990c5b25d8b6f04e5bcefc6254735
parent87a4ebf8af849d97b6ee27fcfac81a41b32347e7
- 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