We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e15ff9 commit 2bec8a4Copy full SHA for 2bec8a4
models/models.go
@@ -34,7 +34,7 @@ type Engine interface {
34
InsertOne(interface{}) (int64, error)
35
Iterate(interface{}, xorm.IterFunc) error
36
Sql(string, ...interface{}) *xorm.Session
37
- Where(string, ...interface{}) *xorm.Session
+ Where(interface{}, ...interface{}) *xorm.Session
38
}
39
40
func sessionRelease(sess *xorm.Session) {
0 commit comments