mirror of
https://github.com/astaxie/beego.git
synced 2025-07-02 23:00:19 +00:00
add comments for orm packages, part 2
This commit is contained in:
@ -927,6 +927,7 @@ func (d *dbBase) GenerateOperatorSql(mi *modelInfo, fi *fieldInfo, operator stri
|
||||
return sql, params
|
||||
}
|
||||
|
||||
// gernerate sql string with inner function, such as UPPER(text).
|
||||
func (d *dbBase) GenerateOperatorLeftCol(*fieldInfo, string, *string) {
|
||||
// default not use
|
||||
}
|
||||
|
Reference in New Issue
Block a user