mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
Added formatting behaviour to documentation
This commit is contained in:
parent
6970aef8f6
commit
c5839f196e
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ options:
|
|||
description:
|
||||
- SQL query to run. Multiple queries can be passed using YAML list syntax.
|
||||
- Must be a string or YAML list containing strings.
|
||||
- If you use named_args or positional_args any C(%) will be interpreted
|
||||
as a formatting character. All literal C(%) characters in the query should be
|
||||
escaped as C(%%).
|
||||
- Note that if you use the C(IF EXISTS/IF NOT EXISTS) clauses in your query
|
||||
and C(mysqlclient) connector, the module will report that
|
||||
the state has been changed even if it has not. If it is important in your
|
||||
|
|
Loading…
Add table
Reference in a new issue