mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-31 10:21:47 -07:00
Fix doc, add fragment
This commit is contained in:
parent
9dfd636208
commit
13c39ffced
2 changed files with 3 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- mysql_query - fix false change reports when ``IF EXISTS/IF NOT EXISTS`` clause is used (https://github.com/ansible-collections/community.mysql/issues/268).
|
|
@ -22,7 +22,7 @@ options:
|
|||
description:
|
||||
- SQL query to run. Multiple queries can be passed using YAML list syntax.
|
||||
- Must be a string or YAML list containing strings.
|
||||
- Note that if you use the C(IF EXISTS/IF NOT EXIST) clauses in your query,
|
||||
- Note that if you use the C(IF EXISTS/IF NOT EXISTS) clauses in your query,
|
||||
the module will report that the state has been changed even if it has not
|
||||
when C(mysqlclient) connector is used.
|
||||
type: raw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue