community.mysql/changelogs/fragments/44-close-connection.yml
Jorge Rodriguez (A.K.A. Tiriel) 9a377f6d91
module_utils: to add a destructor, in order to explicitly close the connection when the Connection object is GC'd (#44)
* Monkey patch the Connection class

* Add changelog fragment
2020-10-08 08:24:32 +03:00

2 lines
213 B
YAML

minor_changes:
- mysql modules - patch the ``Connection`` class to add a destructor that ensures connections to the server are explicitly closed (https://github.com/ansible-collections/community.mysql/pull/44).