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

查询不到edge的 graph #5927

Closed
CyanMystery opened this issue Aug 15, 2024 · 2 comments
Closed

查询不到edge的 graph #5927

CyanMystery opened this issue Aug 15, 2024 · 2 comments
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected

Comments

@CyanMystery
Copy link

创建语句:
CREATE EDGE IF NOT EXISTS e1();
Execution succeeded (time spent 1.105ms/1.476366ms)
INSERT EDGE e1 () VALUES "10"->"11":();
Execution succeeded (time spent 1.092ms/1.495834ms)

查询:MATCH ()-[e:e1]->() RETURN e

什么也没有

@CyanMystery CyanMystery added the type/bug Type: something is unexpected label Aug 15, 2024
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Aug 15, 2024
@CyanMystery
Copy link
Author

version: 3.8.0

@CyanMystery
Copy link
Author

要创建索引

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected
1 participant