mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
use x.SQL instead of x.Sql
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user