1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-22 18:30:18 +00:00

add test case for tidb

This commit is contained in:
astaxie
2016-01-17 18:24:29 +08:00
parent 897cf57840
commit f70d2cc373
2 changed files with 4 additions and 4 deletions

@ -25,9 +25,7 @@ import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
// As tidb can't use go get, so disable the tidb testing now
// _ "github.com/pingcap/tidb"
_ "github.com/pingcap/tidb"
)
// A slice string field.