Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update library to support mysqlclient>=1.4.0 #18

Copy link
Copy link
Closed
@arikfr

Description

@arikfr
Issue body actions

In version 1.4.0 of mysqlclient they moved the _mysql module into the MySQLdb package (PyMySQL/mysqlclient#293).

Will you be interested in accepting a pull request that adds support for this version of mysqlclient? It can be done in a backward compatible way:

try:
    import _mysql
except ImportError:
    from MySQLdb import _mysql

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.