Fix python2 compatibility of execution_time_ms

This commit is contained in:
Simon Pahl 2025-06-30 11:04:53 +02:00
commit 06c3bc7878
2 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,3 @@
---
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)."