forked from forgejo/forgejo
Upgrade xorm to v1.0.2 (#11900)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
492b7d6357
commit
cdef92b3ff
43 changed files with 815 additions and 761 deletions
2
vendor/xorm.io/xorm/error.go
generated
vendored
2
vendor/xorm.io/xorm/error.go
generated
vendored
|
@ -9,6 +9,8 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
// ErrPtrSliceType represents a type error
|
||||
ErrPtrSliceType = errors.New("A point to a slice is needed")
|
||||
// ErrParamsType params error
|
||||
ErrParamsType = errors.New("Params type error")
|
||||
// ErrTableNotFound table not found error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue