Cut comments about PyMySQL 1.0.2 need to be fixed

This commit is contained in:
Laurent Indermuehle 2023-04-25 11:16:02 +02:00
commit 8274e40ddf
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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