community.mysql/changelogs/fragments/fix_python2_compatibility.yml
Simon Pahl 539e940ab3
Fix python2 compatibility of execution_time_ms (#720)
Co-authored-by: Simon Pahl <simon.pahl@etops.com>
2025-07-24 13:33:02 +02:00

3 lines
206 B
YAML

---
bugfixes:
- "mysql_query - fix a Python 2 compatibility issue caused by the addition of ``execution_time_ms`` in version 3.12 (see https://github.com/ansible-collections/community.mysql/issues/716)."