mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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