mirror of
https://github.com/astaxie/beego.git
synced 2025-09-15 05:42:11 +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