mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 05:10:24 -07:00
mysql_query, mysql_user: simple refactoring of type checks (#58)
* mysql_query: simple refactoring of query type check * do the same for mysql_user * Improve integration test coverage
This commit is contained in:
parent
b2bde48020
commit
2dcbd7846f
4 changed files with 24 additions and 2 deletions
3
changelogs/fragments/58-mysql_query_refactoring.yml
Normal file
3
changelogs/fragments/58-mysql_query_refactoring.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- mysql_query - simple refactoring of query type check (https://github.com/ansible-collections/community.mysql/pull/58).
|
||||
- mysql_user - simple refactoring of priv type check (https://github.com/ansible-collections/community.mysql/pull/58).
|
Loading…
Add table
Add a link
Reference in a new issue