From 4ac82f5bb3f0be901ff0853467daa0b430464a4d Mon Sep 17 00:00:00 2001 From: Amit Shani Date: Mon, 2 May 2022 14:30:20 +0300 Subject: [PATCH] doc/md: tidb tested on v6.0.0 (#2502) * doc/md: tidb tested on v6.0.0 * up atlas --- doc/md/dialects.md | 2 +- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/md/dialects.md b/doc/md/dialects.md index 43b057eb7..f32de9685 100755 --- a/doc/md/dialects.md +++ b/doc/md/dialects.md @@ -33,4 +33,4 @@ Gremlin does not support migration nor indexes, and **it's considered exper TiDB support is in preview and requires the [Atlas migration engine](#atlas-integration). TiDB is MySQL compatible and thus any feature that works on MySQL _should_ work on TiDB as well. For a list of known compatibility issues, visit: https://docs.pingcap.com/tidb/stable/mysql-compatibility -The integration with TiDB is currently tested on version `5.4.0`. \ No newline at end of file +The integration with TiDB is currently tested on versions `5.4.0`, `6.0.0`. \ No newline at end of file diff --git a/go.mod b/go.mod index 2ad717fe6..2cd36aca6 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module entgo.io/ent go 1.17 require ( - ariga.io/atlas v0.3.8-0.20220424181913-f64001131c0e + ariga.io/atlas v0.3.8-0.20220502090649-c495296ad28c github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/go-openapi/inflect v0.19.0 github.com/go-sql-driver/mysql v1.6.0 diff --git a/go.sum b/go.sum index cc85e6738..2973adc3a 100644 --- a/go.sum +++ b/go.sum @@ -4,6 +4,8 @@ ariga.io/atlas v0.3.8-0.20220424134008-c5b477051c00 h1:jXc5tIxiaAqfKFtI9UIygTu1k ariga.io/atlas v0.3.8-0.20220424134008-c5b477051c00/go.mod h1:2aAhlHuY8tr7rPNz2MgOBTJB/cVjK0sv1VvTIqeYSws= ariga.io/atlas v0.3.8-0.20220424181913-f64001131c0e h1:IVj9dxSeAC0CRxjM+AYLIKbNdCzAjUnsUjAp/td7kYo= ariga.io/atlas v0.3.8-0.20220424181913-f64001131c0e/go.mod h1:2aAhlHuY8tr7rPNz2MgOBTJB/cVjK0sv1VvTIqeYSws= +ariga.io/atlas v0.3.8-0.20220502090649-c495296ad28c h1:M/NbCWUVuokL/+l1nvwgEn6Knasu+AZp4KfBV33ys1s= +ariga.io/atlas v0.3.8-0.20220502090649-c495296ad28c/go.mod h1:URT1boACQmnulqRF07NkSOEkzx/OmO/48AmVX7pPaJg= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=