Cols()方法自动加反引号要排除 * #280

Closed
opened 2015-08-11 10:02:33 +00:00 by beikege · 0 comments
beikege commented 2015-08-11 10:02:33 +00:00 (Migrated from github.com)

Cols("test.*") 转换成了 `test`.`*` 导致sql语句错误,应该排除 * 前后的反引号. `test`.*

Cols("test.*")
转换成了
`test`.`*`
导致sql语句错误,应该排除 * 前后的反引号.
`test`.*
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#280
No description provided.