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

OrderBy front end bug #1428

Closed
acquamarin opened this issue Mar 30, 2023 · 1 comment
Closed

OrderBy front end bug #1428

acquamarin opened this issue Mar 30, 2023 · 1 comment
Assignees

Comments

@acquamarin
Copy link
Collaborator

When we are trying to execute such query:
MATCH (p:person) RETURN p.ID + p.ID ORDER BY p.ID + p.ID LIMIT 5;
An exception will thrown since the p.ID + p.ID expression is not added to the schema group properly.

@andyfengHKU
Copy link
Contributor

Solved in #1430

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants