Update xorm to latest version (#1651)
* Update xorm to latest version * Update xorm/builder
This commit is contained in:
parent
0144817971
commit
3792867955
18 changed files with 251 additions and 141 deletions
2
vendor/github.com/go-xorm/xorm/xorm.go
generated
vendored
2
vendor/github.com/go-xorm/xorm/xorm.go
generated
vendored
|
@ -17,7 +17,7 @@ import (
|
|||
|
||||
const (
|
||||
// Version show the xorm's version
|
||||
Version string = "0.6.2.0401"
|
||||
Version string = "0.6.2.0412"
|
||||
)
|
||||
|
||||
func regDrvsNDialects() bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue