pin versions of xorm to resolve sql tests

Resolves issue with postgres tests.
Also sets timezone of test instance and database to utc to resolve
mysql tests.
Closes #12065
This commit is contained in:
Marcus Efraimsson
2018-05-28 13:06:27 +02:00
parent 519e58a267
commit 5a96863eed
33 changed files with 1026 additions and 1364 deletions

View File

@@ -85,11 +85,11 @@ ignored = [
[[constraint]]
name = "github.com/go-xorm/core"
version = "0.5.7"
version = "=0.5.7"
[[constraint]]
name = "github.com/go-xorm/xorm"
version = "0.6.4"
version = "=0.6.4"
[[constraint]]
name = "github.com/gorilla/websocket"