Upgrade xorm to latest to fix insert issue bug (#8309)
* upgrade xorm to latest to fix insert issue bug * add newissue unit tests * update xorm version * fix tests
This commit is contained in:
parent
c6fb7fe27c
commit
aa9a99cf5f
14 changed files with 467 additions and 77 deletions
4
vendor/github.com/go-xorm/xorm/go.mod
generated
vendored
4
vendor/github.com/go-xorm/xorm/go.mod
generated
vendored
|
@ -13,8 +13,8 @@ require (
|
|||
github.com/mattn/go-sqlite3 v1.10.0
|
||||
github.com/pkg/errors v0.8.1 // indirect
|
||||
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
|
||||
github.com/stretchr/testify v1.3.0
|
||||
github.com/stretchr/testify v1.4.0
|
||||
github.com/ziutek/mymysql v1.5.4
|
||||
xorm.io/builder v0.3.6
|
||||
xorm.io/core v0.7.0
|
||||
xorm.io/core v0.7.2-0.20190928055935-90aeac8d08eb
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue