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

Fix the issue that "orderby" variable is not in "return" clause #585

Merged
merged 10 commits into from
Jul 7, 2024

Conversation

ncbd
Copy link
Contributor

@ncbd ncbd commented Jul 3, 2024

The issue of encountering an error when the "orderby" variable is not included in the "return" section has been resolved.

@CLAassistant
Copy link

CLAassistant commented Jul 3, 2024

CLA assistant check
All committers have signed the CLA.

@ljcui ljcui linked an issue Jul 5, 2024 that may be closed by this pull request
@ljcui ljcui changed the title The issue of encountering an error when the "orderby" variable is not included in the "return" section has been resolved. Fix the issue that "orderby" variable is not in "return" clause Jul 5, 2024
ncbd added 3 commits July 5, 2024 09:04
add test case MATCH (p:Person) RETURN p ORDER BY p.birthyear DESC

add base.result

dealing with the last line problem in base.result
@ljcui ljcui merged commit d587f2e into TuGraph-family:master Jul 7, 2024
5 checks passed
@ncbd ncbd deleted the crxBranch branch July 19, 2024 06:32
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

Successfully merging this pull request may close these issues.

cypher查询order by问题
3 participants