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

[openCypher Compatibility] Fail to return a pattern #2677

Open
randomJoe211 opened this issue Feb 20, 2021 · 1 comment
Open

[openCypher Compatibility] Fail to return a pattern #2677

randomJoe211 opened this issue Feb 20, 2021 · 1 comment
Labels
type/feature req Type: feature request

Comments

@randomJoe211
Copy link
Contributor

nGQL: MATCH (v:player {name: "Tim Duncan"}) RETURN a.age > 30, "a string", (v)-[]->();

image

In the preceding screenshot, the first nGQL statement worked but the second failed, which means nGQL does not support RETURN <pattern>.

openCypher: MATCH (a {name: "Keanu Reeves"}) RETURN a.age > 30, "I'm a literal", (a)-[]->()

image

@CPWstatic
Copy link
Contributor

This is an unimplemented feature.

@CPWstatic CPWstatic transferred this issue from vesoft-inc/nebula-graph Aug 28, 2021
@CPWstatic CPWstatic added the type/feature req Type: feature request label Aug 28, 2021
yixinglu pushed a commit to yixinglu/nebula that referenced this issue Sep 14, 2023
yixinglu pushed a commit to yixinglu/nebula that referenced this issue Sep 14, 2023
* Revert "Delete autp_sync_issue.yml (vesoft-inc#2677)"

This reverts commit 26552b2.

* Rename autp_sync_issue.yml to auto_sync_issue.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

2 participants