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

Support alias reuse in WHERE patterns #101

Merged
merged 4 commits into from
Jun 4, 2018

Conversation

disolovyov
Copy link
Collaborator

  • Covers cases like WHERE (:L)--(n)
  • Adds rewrite rule to simplify alias renames in the beginning of match patterns to .select()
  • Adds rewrite rule for accidental .as(x).as(x)

@disolovyov disolovyov added the enhancement New feature or request label Jun 1, 2018
@disolovyov disolovyov requested a review from dwitry June 1, 2018 12:53
Signed-off-by: Dimitry Solovyov <dimitry@solovyov.lv>
Signed-off-by: Dimitry Solovyov <dimitry@solovyov.lv>
Signed-off-by: Dimitry Solovyov <dimitry@solovyov.lv>
Signed-off-by: Dimitry Solovyov <dimitry@solovyov.lv>
@disolovyov disolovyov merged commit adb1094 into opencypher:master Jun 4, 2018
@disolovyov disolovyov deleted the where-pattern branch June 4, 2018 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants