mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
module_utils/mysql: Fixing unexpected keyword argument 'cursorclass' error after migratio… (#47809)
* Fixing unexpected keyword argument 'cursorclass' error after migration from MySQLdb to PyMySQL * Adoptions for mysql.py as suggested by felixfontein. * Adding changelog fragment.
This commit is contained in:
committed by
John R Barker
parent
958653e282
commit
47190088b4
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- mysql - fixing unexpected keyword argument 'cursorclass' issue after migration from MySQLdb to PyMySQL.
|
||||
Reference in New Issue
Block a user