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

";" should not have semantics #3068

Closed
Sophie-Xie opened this issue Oct 14, 2021 · 2 comments
Closed

";" should not have semantics #3068

Sophie-Xie opened this issue Oct 14, 2021 · 2 comments
Labels
priority/med-pri Priority: medium type/enhancement Type: make the code neat or more efficient

Comments

@Sophie-Xie
Copy link
Contributor

Sophie-Xie commented Oct 14, 2021

In nGQL, more than one query can be batched together, separated by semicolons (;). The result of the last query is returned as the result of the batch.
Example:
lookup on player;go from "Tim Duncan" over like;match (v:player) return v

Need to optimize it like openCypher.

@Sophie-Xie Sophie-Xie added type/enhancement Type: make the code neat or more efficient priority/med-pri Priority: medium labels Oct 14, 2021
@Shylock-Hg
Copy link
Contributor

What's the detail?

@Sophie-Xie
Copy link
Contributor Author

include: #3070

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/med-pri Priority: medium type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

2 participants