mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-20 21:11:44 -07:00
Updated version_added for stable-1
This commit is contained in:
parent
35b53d3a61
commit
9a1f85fb99
2 changed files with 3 additions and 3 deletions
|
@ -214,14 +214,14 @@ connector_name:
|
|||
sample:
|
||||
- "pymysql"
|
||||
- "MySQLdb"
|
||||
version_added: '3.6.0'
|
||||
version_added: '1.5.0'
|
||||
connector_version:
|
||||
description: Version of the python connector used by the module. When the connector is not identified, returns C(Unknown).
|
||||
returned: always
|
||||
type: str
|
||||
sample:
|
||||
- "1.0.2"
|
||||
version_added: '3.6.0'
|
||||
version_added: '1.5.0'
|
||||
'''
|
||||
|
||||
from decimal import Decimal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue