forked from kevadesu/forgejo
use x.SQL instead of x.Sql
This commit is contained in:
parent
145648a233
commit
7dcc3bc3d7
4 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ type Engine interface {
|
|||
Insert(...interface{}) (int64, error)
|
||||
InsertOne(interface{}) (int64, error)
|
||||
Iterate(interface{}, xorm.IterFunc) error
|
||||
Sql(string, ...interface{}) *xorm.Session
|
||||
SQL(interface{}, ...interface{}) *xorm.Session
|
||||
Where(interface{}, ...interface{}) *xorm.Session
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue