Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql-replication support for PyMySQL>0.10.0 was introduced in v0.22 #144

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

davidqc
Copy link
Contributor

@davidqc davidqc commented May 9, 2022

This might not be the way to safeguard against it, but for illustration, my upgrade of pg_chameleon to 2.0.18 pulled in version 0.21 of mysql-replication and 0.10.1 of PyMySQL
This resulted in charset_to_encoding errors which were addressed in version 0.22 of mysql-replication.

A manual bump of mysql-replication==0.22 fixed this for me.
If the requirement could be expressed in the package that would be nice.

@the4thdoctor
Copy link
Owner

thanks, I'm merging the PR.
I'm about to file a bug to the mysql-replication project as it seems there are still issues with the query event in the last release 0.30

@the4thdoctor the4thdoctor merged commit 3cfe11c into the4thdoctor:main Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants