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

Failing spec to ID scope wrong alias issue #1690

Closed
wants to merge 1 commit into from

Conversation

mrhardikjoshi
Copy link
Member

This pull request demonstrate the bug of an identiy-scope. when such scope is used along with association, it generates wrong cypher. The test example generates following cypher

Neo4j::Driver::Exceptions::ClientException:
       Variable `result_level2` not defined (line 1, column 30 (offset: 29))
       "MATCH (node2:`Level`) WHERE (result_level2.name = 'expert') MATCH (node2)-[rel1:`level`]->(result_teachers3:`Teacher`) RETURN result_teachers3"

@codecov-commenter
Copy link

codecov-commenter commented Mar 30, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (6b8ef21) 93.46% compared to head (368ce56) 93.46%.

❗ Current head 368ce56 differs from pull request most recent head 93a3560. Consider uploading reports for the commit 93a3560 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1690   +/-   ##
=======================================
  Coverage   93.46%   93.46%           
=======================================
  Files         128      128           
  Lines        5830     5830           
=======================================
  Hits         5449     5449           
  Misses        381      381           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@klobuczek klobuczek deleted the branch master January 1, 2024 19:22
@klobuczek klobuczek closed this Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants