mysqldb can do unicode statements now, update that?

Issue #3121 resolved
Mike Bayer repo owner created an issue

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.

Comments (2)

  1. Mike Bayer reporter
    • 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

    → <<cset fda589487b2c>>

  2. Log in to comment