Skip to content

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

Merged
ljcui merged 10 commits intoTuGraph-family:masterfrom
ncbd:crxBranch
Jul 7, 2024
Merged

Fix the issue that "orderby" variable is not in "return" clause#585
ljcui merged 10 commits intoTuGraph-family:masterfrom
ncbd:crxBranch

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
@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