gen icon indicating copy to clipboard operation
gen copied to clipboard

GetFieldByName直接返回field.Field

Open m430 opened this issue 2 years ago • 0 comments

Describe the feature

期望:GetFieldByName 返回field.Field类型 实际:GetFieldByName 返回field.OrderExpr

Movitation

在实际的业务场景中,通常会遇到根据字符串进行构建SQL条件的场景,而GetFieldByName确返回的是field.OrderExpr,虽然可以通过断言获取field.Field,但是这个方法个人认为本来就应该返回field.Field

Related Issues

#813 #783 #237 #617

m430 avatar Jun 29 '23 10:06 m430