Bug with latest `mysql-connector-python` (version 8.0.30)
See original GitHub issueWas having issues with the MySQL connector on the latest version
Had to manually downgrade it to 8.0.29
It might be better to add some lower/upper boundaries in the pyproject.toml of data-diff
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Changes in MySQL Connector/Python 8.0.30 (2022-07-26 ...
Bugs Fixed · No longer allow empty strings ("") in the collection fields used in methods like set() that are chained with modify()....
Read more >2.4 Changes in MySQL Connector/Python 8.0.29 (2022-04-26 ...
Connector /Python's c-extension implementation now supports FIDO Pluggable Authentication, and adds a new fido_callback connection option.
Read more >mysql-connector-python - PyPI
mysql -connector-python 8.0.31. pip install mysql-connector-python. Copy PIP instructions. Latest version. Released: Oct ...
Read more >MySQL Connector/Python - GitHub
Make sure you have a recent pip version installed on your system. If your system already has pip installed, you might need to...
Read more >FreshPorts -- databases/py-mysql-connector-python
MySQL driver written in Python which does not depend on MySQL C client libraries and ... databases/py-mysql-connector-python: Update version 8.0.30=>8.0.31 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@erezsh Sorry for ressurecting this, but I’m hitting the same wall here.
I’m using MySQL 5.7.23 (AWS rds) and data-diff 0.3.0rc1 and when I run this:
I get something like:
Things that worked for me:
mysql-connector-python==8.0.29
charset="utf8"
from https://github.com/datafold/data-diff/blob/master/data_diff/databases/mysql.py#L54I’m a bit lost, since I cannot find a way to open an issue with mysql-connector-python, neither am I sure it is their issue, I’m not a developer and I find it kind of hard to navigate the code. @pawandubey links to a comment about it but I’m not sure how to proceed.
Is there something we can do?
Closed due to inactivity.