mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Update xorm (#22094)
This commit is contained in:
		| @@ -46,7 +46,7 @@ type Engine interface { | ||||
| 	Incr(column string, arg ...interface{}) *xorm.Session | ||||
| 	Insert(...interface{}) (int64, error) | ||||
| 	Iterate(interface{}, xorm.IterFunc) error | ||||
| 	Join(joinOperator string, tablename interface{}, condition string, args ...interface{}) *xorm.Session | ||||
| 	Join(joinOperator string, tablename, condition interface{}, args ...interface{}) *xorm.Session | ||||
| 	SQL(interface{}, ...interface{}) *xorm.Session | ||||
| 	Where(interface{}, ...interface{}) *xorm.Session | ||||
| 	Asc(colNames ...string) *xorm.Session | ||||
|   | ||||
		Reference in New Issue
	
	Block a user