0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-10-06 09:44:14 -04:00

Fix label count (#8267)

* fix label count

* fix vendor

* fix import order

* update xorm to fix bug

* fix tests

* fix mssql bug
This commit is contained in:
Lunny Xiao
2019-09-24 21:22:39 +08:00
committed by GitHub
parent 7cccada51e
commit 29dda47cbb
38 changed files with 959 additions and 580 deletions

View File

@@ -1 +1 @@
go test -db=mssql -conn_str="server=localhost;user id=sa;password=yourStrong(!)Password;database=xorm_test"
go test -db=mssql -conn_str="server=localhost;user id=sa;password=MwantsaSecurePassword1;database=xorm_test"