mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-02 20:24:24 -07:00
Cut comments about PyMySQL 1.0.2 need to be fixed
This commit is contained in:
parent
7cad0516ec
commit
8274e40ddf
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ For MariaDB, only Long Term releases are tested.
|
|||
|
||||
- pymysql 0.7.11 (Only tested with MySQL 5.7)
|
||||
- pymysql 0.9.3
|
||||
- pymysql 1.0.2 (only collection version >= ???) !!! Unsuported until future release !!!
|
||||
- pymysql 1.0.2 (only collection version >= 3.6.1)
|
||||
- mysqlclient 2.0.1
|
||||
- mysqlclient 2.0.3 (only collection version >= 3.5.2)
|
||||
- mysqlclient 2.1.1 (only collection version >= 3.5.2)
|
||||
|
|
|
@ -84,7 +84,7 @@ The Makefile accept the following options
|
|||
- Choices:
|
||||
- "0.7.11" <- pymysql (Only for MySQL 5.7)
|
||||
- "0.9.3" <- pymysql
|
||||
- "1.0.2" <- pymysql (Not working, need fix)
|
||||
- "1.0.2" <- pymysql
|
||||
- "2.0.1" <- mysqlclient
|
||||
- "2.0.3" <- mysqlclient
|
||||
- "2.1.1" <- mysqlclient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue