DocHub icon indicating copy to clipboard operation
DocHub copied to clipboard

存在sql_mode=only_full_group_by问题

Open BoxuanXu opened this issue 7 years ago • 0 comments

网站首页的文章列表查询中存在sql_mode=only_full_group_by的问题,建议将DocumentModel.go的第186行修改为fields := "d.Title,any_value(d.Id) Id,any_value(ds.Ext) Ext,any_value(ds.ExtCate) ExtCate",第190行修改为where %v group by d.Title order by any_value(di.%v) desc limit %v,即可无视sql_mode=only_full_group_by的问题

BoxuanXu avatar Sep 30 '18 09:09 BoxuanXu