forked from forgejo/forgejo
upgrade xorm to v1.0.6 (#14246)
This commit is contained in:
parent
8db0372a45
commit
126c9331d6
19 changed files with 91 additions and 24 deletions
3
vendor/xorm.io/xorm/session_find.go
generated
vendored
3
vendor/xorm.io/xorm/session_find.go
generated
vendored
|
@ -57,6 +57,9 @@ func (session *Session) FindAndCount(rowsSlicePtr interface{}, condiBean ...inte
|
|||
if session.statement.SelectStr != "" {
|
||||
session.statement.SelectStr = ""
|
||||
}
|
||||
if len(session.statement.ColumnMap) > 0 {
|
||||
session.statement.ColumnMap = []string{}
|
||||
}
|
||||
if session.statement.OrderStr != "" {
|
||||
session.statement.OrderStr = ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue