mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
upgrade xorm to v1.0.6 (#14246)
This commit is contained in:
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 = ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user