fix MSSQL bug on org (#3405)
This commit is contained in:
parent
a0c397df08
commit
97fe773491
28 changed files with 1011 additions and 164 deletions
2
vendor/github.com/go-xorm/xorm/error.go
generated
vendored
2
vendor/github.com/go-xorm/xorm/error.go
generated
vendored
|
@ -23,4 +23,6 @@ var (
|
|||
ErrNeedDeletedCond = errors.New("Delete need at least one condition")
|
||||
// ErrNotImplemented not implemented
|
||||
ErrNotImplemented = errors.New("Not implemented")
|
||||
// ErrConditionType condition type unsupported
|
||||
ErrConditionType = errors.New("Unsupported conditon type")
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue