From d493082c02c012bd5a7c36a69970a8a017d7fd8d Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 24 Apr 2023 09:07:40 +0200 Subject: [PATCH] Document connector-version relationship --- TESTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TESTING.md b/TESTING.md index a74423d..fdb330d 100644 --- a/TESTING.md +++ b/TESTING.md @@ -82,12 +82,12 @@ The Makefile accept the following options - `connector_version` - Mandatory: true - Choices: - - "0.7.11" <- Only for MySQL 5.7 - - "0.9.3" - - "1.0.2" <- Not working, need fix - - "2.0.1" - - "2.0.3" - - "2.1.1" + - "0.7.11" <- pymysql (Only for MySQL 5.7) + - "0.9.3" <- pymysql + - "1.0.2" <- pymysql (Not working, need fix) + - "2.0.1" <- mysqlclient + - "2.0.3" <- mysqlclient + - "2.1.1" <- mysqlclient - Description: The version of the python package of the connector to use. This value is used to filter tests meant for other connectors. - `python`