]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Updated the "supports_unicode_statements" flag to True for MySQLdb
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Dec 2014 00:12:52 +0000 (19:12 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Dec 2014 00:12:52 +0000 (19:12 -0500)
commitfda589487b2cb60e8d69f520e0120eeb7c875915
tree0b2373c3d5f3d2ae41206518f956d879147f42a7
parentf5ff86983f9cc7914a89b96da1fd2638677d345b
- Updated the "supports_unicode_statements" flag to True for MySQLdb
and Pymysql under Python 2.   This refers to the SQL statements
themselves, not the parameters, and affects issues such as table
and column names using non-ASCII characters.   These drivers both
appear to support Python 2 Unicode objects without issue in modern
versions.
fixes #3121
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/mysql/mysqldb.py
lib/sqlalchemy/dialects/mysql/pymysql.py