mysqlclient
mysqlclient copied to clipboard
MySQL database connector for Python (with Python 3 support)
### Describe the bug I accidentally shared a connection object between threads in python3 ThreadPoolExecutor. I did not receive the error from my scripts because the execption is not caught...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/PyMySQL/mysqlclient). ## Config Migration Needed - [ ]...
https://dev.mysql.com/doc/c-api/8.0/en/mysql-options.html MySQL 8.0.33 start deprecating mysql_native_password. Now caching_sha2_password is the default authentication plugin. When using caching_sha2_password in insecure transport (e.g. TCP without TLS), password must be encrypted with server public...
https://github.com/PyMySQL/PyMySQL/pull/1056
As DB-API 2.0, Connection object may expose exceptions, not Cursor. https://peps.python.org/pep-0249/#optional-db-api-extensions
See PyMySQL/PyMySQL#992
Added More Field Type like sets , enums , binary and char
Suggested changes to fix deprecation and changes to format of project.license in python 3.14: C:\Users\XXX\AppData\Local\Temp\pip-build-env-cc_fwjqb\overlay\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string...
- Bumped CONNECTOR_VERSION to the latest version 3.4.1 -> 3.4.7 - Bumped Django version to the latest version 4.2.16 -> 5.2.7 - Added Python 3.14 in matrix strategy I did...