mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-24 05:40:25 -07:00
mysql_query: fix failing when single-row query contains commas (#53)
* mysql_query: fix failing when single-row query contains commas * add changelog fragment * Improve documentation and tests * Fix typo * Improve test coverage * Fix * Remove the irrelevant note * change suggested
This commit is contained in:
parent
0dfd63a4cb
commit
ae9c0a1751
4 changed files with 69 additions and 5 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- mysql_query - fix failing when single-row query contains commas (https://github.com/ansible-collections/community.mysql/issues/51).
|
Loading…
Add table
Add a link
Reference in a new issue