jrgemignani opened a new pull request, #1430:
URL: https://github.com/apache/age/pull/1430
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.
Resolved -
Conflicts:
src/backend/parser/cypher_clause.c
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]