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
SELECT user_id FROM t_order GROUP BY user_id LIMIT ?
=>
SELECT user_id FROM t_order GROUP BY user_id ORDER BY user_id ASC LIMIT ?
SELECT user_id FROM t_order GROUP BY user_id LIMIT ORDER BY user_id ASC
The text was updated successfully, but these errors were encountered:
fixed #320
60d396a
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
=>
Actual behavior
=>
The text was updated successfully, but these errors were encountered: