From c5839f196e3dcfb45f09a3b267e905303c8c4599 Mon Sep 17 00:00:00 2001
From: IBims1NicerTobi <54948543+IBims1NicerTobi@users.noreply.github.com>
Date: Fri, 24 Mar 2023 04:14:05 +0100
Subject: [PATCH] Added formatting behaviour to documentation

---
 plugins/modules/mysql_query.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/plugins/modules/mysql_query.py b/plugins/modules/mysql_query.py
index a3d7ce2..2cf42ab 100644
--- a/plugins/modules/mysql_query.py
+++ b/plugins/modules/mysql_query.py
@@ -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