Skip to content

mysqldb can do unicode statements now, update that? #3121

Closed
@sqlalchemy-bot

Description

@sqlalchemy-bot

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.

Activity

sqlalchemy-bot

sqlalchemy-bot commented on Dec 5, 2014

@sqlalchemy-bot
CollaboratorAuthor

Michael Bayer (@zzzeek) wrote:

  • 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 mysqldb can do unicode statements now, update that? #3121

fda5894

sqlalchemy-bot

sqlalchemy-bot commented on Dec 5, 2014

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • changed status to closed
added this to the 1.0 milestone on Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmysql

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @sqlalchemy-bot

        Issue actions

          mysqldb can do unicode statements now, update that? · Issue #3121 · sqlalchemy/sqlalchemy