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.0
parse SQL
SELECT user_id, SUM(order_id) FROM t_order GROUP BY user_id ORDER BY SUM(order_id)
Order By SQL Context should be: SUM(order_id)
Order By SQL Context is ignore
The text was updated successfully, but these errors were encountered:
fixed #323
fb07686
fixed at 1.5.1
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.0
Expected behavior
parse SQL
Order By SQL Context should be: SUM(order_id)
Actual behavior
Order By SQL Context is ignore
The text was updated successfully, but these errors were encountered: