doc/md: tidb tested on v6.0.0 (#2502)

* doc/md: tidb tested on v6.0.0

* up atlas
This commit is contained in:
Amit Shani
2022-05-02 14:30:20 +03:00
committed by GitHub
parent 51f293fc54
commit 4ac82f5bb3
3 changed files with 4 additions and 2 deletions

View File

@@ -33,4 +33,4 @@ Gremlin does not support migration nor indexes, and **<ins>it's considered exper
TiDB support is in preview and requires the [Atlas migration engine](#atlas-integration). 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. 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 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`. The integration with TiDB is currently tested on versions `5.4.0`, `6.0.0`.

2
go.mod
View File

@@ -3,7 +3,7 @@ module entgo.io/ent
go 1.17 go 1.17
require ( 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/DATA-DOG/go-sqlmock v1.5.0
github.com/go-openapi/inflect v0.19.0 github.com/go-openapi/inflect v0.19.0
github.com/go-sql-driver/mysql v1.6.0 github.com/go-sql-driver/mysql v1.6.0

2
go.sum
View File

@@ -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.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 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.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.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.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=