]> 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:57:25 +0000 (18:57 -0400)
commita81d3a23c0052ae97e7cd05f6a6a6de5902164be
tree04c174fe7c80ea477c4b59a6bdc13fedd78da72a
parent8be54fe1de23e983de97dcfaf43c173704bb6fa4
- 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

Conflicts:
test/sql/test_unicode.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/mssql/pyodbc.py
test/sql/test_unicode.py