From 1da826660e72a1e29e3701d20ac6ac58ede193cd Mon Sep 17 00:00:00 2001 From: crazycs520 Date: Wed, 8 Jun 2022 12:52:13 +0800 Subject: [PATCH 1/3] add tidb support in README.md Signed-off-by: crazycs520 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ded6e3b16..8a50f9e5c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac ## Requirements * Go 1.13 or higher. We aim to support the 3 latest versions of Go. - * MySQL (4.1+), MariaDB, Percona Server, Google CloudSQL or Sphinx (2.2.3+) + * MySQL (4.1+), MariaDB, Percona Server, Google CloudSQL, Sphinx (2.2.3+) or [TiDB](https://github.com/pingcap/tidb). --------------------------------------- From 2c81221f25e0d433297a9761b5dd3403aab4feb9 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Wed, 15 Nov 2023 19:58:13 +0900 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f838ec50..500b126d9 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac * Go 1.18 or higher. We aim to support the 3 latest versions of Go. * MySQL (5.6+) and MariaDB (10.3+) are supported. * [TiDB](https://github.com/pingcap/tidb) is supported by PingCAP. - * Do not ask an question about TiDB in our issue tracker or forum. + * Do not ask questions about TiDB in our issue tracker or forum. * [Document](https://docs.pingcap.com/tidb/v6.1/dev-guide-sample-application-golang) * [Forum](https://ask.pingcap.com/) * go-mysql would work with Percona Server, Google CloudSQL or Sphinx (2.2.3+). - * Maintainers won't support them. Do not expect issues are resolved by maintainers. + * Maintainers won't support them. Do not expect issues are investigated and resolved by maintainers. * Investigate issues yourself and please send a pull request to fix it. --------------------------------------- From 116dda4b128927be5a72abded303ce5b034b4512 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Mon, 5 Feb 2024 17:55:05 +0900 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 500b126d9..7150c5937 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ A MySQL-Driver for Go's [database/sql](https://golang.org/pkg/database/sql/) pac ## Requirements -* Go 1.18 or higher. We aim to support the 3 latest versions of Go. -* MySQL (5.6+) and MariaDB (10.3+) are supported. +* Go 1.19 or higher. We aim to support the 3 latest versions of Go. +* MySQL (5.7+) and MariaDB (10.3+) are supported. * [TiDB](https://github.com/pingcap/tidb) is supported by PingCAP. * Do not ask questions about TiDB in our issue tracker or forum. * [Document](https://docs.pingcap.com/tidb/v6.1/dev-guide-sample-application-golang)