Skip to content

Commit

Permalink
Fix issue 1393 - previous clause variables not seen with EXISTS (#1426)…
Browse files Browse the repository at this point in the history
… (#1427)

Fixed issue 1393 - Unexpected error when matching nodes that are
connected to nodes resulted from a previous MATCH clause.

Basically, variables from the previous clauses where not seen when
using the EXISTS clause for path pattern matches. This only affected
EXISTS and only for the EXISTS (anonymous_path) grammar component.

The original issue was only with vertices, but this also affected
edges. Both cases are now fixed.

Fixed 1 regression test that was incorrect.
Added regression tests.
  • Loading branch information
jrgemignani authored Nov 29, 2023
1 parent 1ddb52f commit a118485
Show file tree
Hide file tree
Showing 3 changed files with 537 additions and 75 deletions.
Loading

0 comments on commit a118485

Please sign in to comment.