We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
fix: Columns not visible when using a VLE. (#609)
f0ea4e1
I wrote a PR that fixes this issue. It will be pushed after review.
Thank you for reporting this issue.
Sorry, something went wrong.
29a7756
fix: Columns not visible when using a VLE. (bitnine-oss#609)
91ff58c
emotionbug
No branches or pull requests
Version: v2.13.0
The text was updated successfully, but these errors were encountered: