We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
1.5.1
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')
can not support GROUP BY SQL item with function
The text was updated successfully, but these errors were encountered:
fix #335
caaae52
fixed at 1.5.2
Sorry, something went wrong.
No branches or pull requests
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
Actual behavior
can not support GROUP BY SQL item with function
The text was updated successfully, but these errors were encountered: