From 8274e40ddfe289716aa7d55d8f8379f17655364b Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 25 Apr 2023 11:16:02 +0200 Subject: [PATCH] Cut comments about PyMySQL 1.0.2 need to be fixed --- README.md | 2 +- TESTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07c3214..79110d2 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/TESTING.md b/TESTING.md index 6b9f84a..4929bc2 100644 --- a/TESTING.md +++ b/TESTING.md @@ -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