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

Can support GROUP BY Item with function #335

Closed
terrymanu opened this issue Aug 15, 2017 · 1 comment
Closed

Can support GROUP BY Item with function #335

terrymanu opened this issue Aug 15, 2017 · 1 comment

Comments

@terrymanu
Copy link
Member

Please answer these questions before submitting your issue. Thanks!

Which version of Sharding-Jdbc do you using?

1.5.1

Expected behavior

can support SQL

SELECT date_format(c_date, '%%y-%%m-%%d'), count(*) FROM `t_order_item` GROUP by date_format(c_date, '%%y-%%m-%%d')

Actual behavior

can not support GROUP BY SQL item with function

terrymanu added a commit that referenced this issue Aug 15, 2017
@terrymanu
Copy link
Member Author

fixed at 1.5.2

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

1 participant