mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-22 12:50:24 -07:00
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
This commit is contained in:
parent
f6d552d95e
commit
9a377f6d91
2 changed files with 8 additions and 0 deletions
2
changelogs/fragments/44-close-connection.yml
Normal file
2
changelogs/fragments/44-close-connection.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue