Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GroupByClauseParser解析问题 #645

Closed
mty2015 opened this issue Mar 16, 2018 · 1 comment
Closed

GroupByClauseParser解析问题 #645

mty2015 opened this issue Mar 16, 2018 · 1 comment

Comments

@mty2015
Copy link
Contributor

mty2015 commented Mar 16, 2018

io.shardingjdbc.core.parsing.parser.clause.GroupByClauseParser#addGroupByItem
第84行是不是笔误写错了
SQLUtil.getExactlyValue(sqlPropertyExpression.getOwner() + "." + SQLUtil.getExactlyValue(sqlPropertyExpression.getName()
改成 SQLUtil.getExactlyValue(sqlPropertyExpression.getOwner().getName() + "." + SQLUtil.getExactlyValue(sqlPropertyExpression.getName()
但是我改过来后,parsing模块测试用例没问题,其它集成单元测试跑不过

@terrymanu
Copy link
Member

terrymanu commented Mar 16, 2018

Thanks for your feed back. There is problem here, will cause derive column error. we will fix it next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants