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

Derived columns of GROUP BY / ORDER BY appear in query result #1120

Closed
tristaZero opened this issue Aug 9, 2018 · 1 comment
Closed

Derived columns of GROUP BY / ORDER BY appear in query result #1120

tristaZero opened this issue Aug 9, 2018 · 1 comment

Comments

@tristaZero
Copy link
Contributor

tristaZero commented Aug 9, 2018

Which version of Sharding-Sphere do you using?

3.0.0.M2

When we execute

SELECT order_id FROM t_order ORDER BY user_id;
the appendColumns for order by will also appear in result set.

@terrymanu terrymanu self-assigned this Aug 9, 2018
terrymanu added a commit that referenced this issue Aug 9, 2018
@terrymanu terrymanu changed the title AppendColumns of Group by or Order by apppear in Select in Proxy. Derived columns of GROUP BY / ORDER BY are appear in query result Aug 9, 2018
@terrymanu terrymanu changed the title Derived columns of GROUP BY / ORDER BY are appear in query result Derived columns of GROUP BY / ORDER BY appear in query result Aug 9, 2018
@terrymanu
Copy link
Member

fixed at 3.0.0.M3

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