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:
|
sample:
|
||||||
- "pymysql"
|
- "pymysql"
|
||||||
- "MySQLdb"
|
- "MySQLdb"
|
||||||
version_added: '3.6.0'
|
version_added: '1.5.0'
|
||||||
connector_version:
|
connector_version:
|
||||||
description: Version of the python connector used by the module. When the connector is not identified, returns C(Unknown).
|
description: Version of the python connector used by the module. When the connector is not identified, returns C(Unknown).
|
||||||
returned: always
|
returned: always
|
||||||
type: str
|
type: str
|
||||||
sample:
|
sample:
|
||||||
- "1.0.2"
|
- "1.0.2"
|
||||||
version_added: '3.6.0'
|
version_added: '1.5.0'
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
# Added in 3.6.0 in
|
# Added in 1.5.0, 2.4.0 and 3.6.0 in
|
||||||
# https://github.com/ansible-collections/community.mysql/pull/497
|
# https://github.com/ansible-collections/community.mysql/pull/497
|
||||||
|
|
||||||
# TODO: Refactor in PR490.
|
# TODO: Refactor in PR490.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue