Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Seems to be an unexpected error #609

Open
YuanchengJiang opened this issue Feb 21, 2023 · 1 comment
Open

Seems to be an unexpected error #609

YuanchengJiang opened this issue Feb 21, 2023 · 1 comment
Assignees
Labels

Comments

@YuanchengJiang
Copy link

Version: v2.13.0

postgres=# MATCH (a)-[]->(b) RETURN count(a);
 count 
-------
 100
(1 row)

postgres=# MATCH (a)-[*1..1]->(b) RETURN count(a);
 count 
-------
 100
(1 row)

postgres=# MATCH (a),(a)-[]->(b) RETURN count(a);
 count 
-------
 100
(1 row)

postgres=# MATCH (a),(a)-[*1..1]->(b) RETURN count(a);
ERROR:  column "a" does not exist 
@emotionbug
Copy link
Contributor

I wrote a PR that fixes this issue. It will be pushed after review.

Thank you for reporting this issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants