[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Updated the "supports_unicode_statements" flag to
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-12-05 00:13:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fda589487b2c/ Changeset: fda589487b2c Branch: None User: zzzeek Date: 2014-12-05 00:12:52+00:00 Summary: - 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 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |