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

fix: Allow matching on multiple patterns, check target nodes in relationships. [translator] #819

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

michael-simons
Copy link
Collaborator

This change allows first and foremost that the translator can now not only match on chains of relationships, but also on multiple, indirectly connected patterns.

This sets the groundwork to be able to create an equivalent match for a chain of join statements that are not really a chain, but starts with a driving table that joins to several other tables.

Fixes #814.

Signed-off-by: Michael Simons [email protected]

…ionships. [translator]

This change allows first and foremost that the translator can now not only match on chains of relationships, but also on multiple, indirectly connected patterns.

This sets the groundwork to be able to create an equivalent match for a chain of join statements that are not really a chain, but starts with a driving table that joins to several other tables.

Fixes #814.

Signed-off-by: Michael Simons <[email protected]>
@michael-simons michael-simons merged commit d4ee5f1 into main Jan 7, 2025
10 checks passed
@michael-simons michael-simons deleted the issue/814 branch January 7, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant