Closed
Description
Migrated issue, originally created by Michael Bayer (@zzzeek)
setting supports_unicode_statements = True
even without a charset works ? test that out. maybe do version detection, not sure. this is 1.0 b.c. it's a surprise.
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
sqlalchemy-bot commentedon Dec 5, 2014
Michael Bayer (@zzzeek) wrote:
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 mysqldb can do unicode statements now, update that? #3121
→ fda5894
sqlalchemy-bot commentedon Dec 5, 2014
Changes by Michael Bayer (@zzzeek):