Browse Source
* use missing_required_lib * remove another import * update docs (drop MySQL-Python, add mysqlclient) * fix var name * remove MySQL-python from error message and replace with mysqlclient * add changelog fragment * pymysql or MySQLdb * use library * Update changelogs/fragments/50-refactor-connectors.yaml Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>local_integrationtest
11 changed files with 22 additions and 36 deletions
@ -0,0 +1,3 @@
|
||||
minor_changes: |
||||
- Refactoring of connector presence checking (https://github.com/ansible-collections/community.proxysql/pull/50). |
||||
- Replace MySQL-Python with mysqlclient in the import error message (https://github.com/ansible-collections/community.proxysql/pull/50). |
Loading…
Reference in new issue