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

WHERE for MATCH #25

Closed
ramhgarcias opened this issue Nov 14, 2018 · 2 comments
Closed

WHERE for MATCH #25

ramhgarcias opened this issue Nov 14, 2018 · 2 comments

Comments

@ramhgarcias
Copy link
Collaborator

The current grammar does not allow a WHERE clause for the entire MATCH clause, when OPTIONAL patterns are included.

@ramhgarcias
Copy link
Collaborator Author

Concall 20190110
AGREEMENT: The OPTIONAL pattern will be demarcated in parentheses
ex:
CONSTRUCT ...
MATCH (x)-[:name]->(y)
OPTIONAL ( (x)-[:knows]->(z) WHERE z.edad > 18 )
OPTIONAL ( (z)-[:lives]->(w) WHERE w.name = ‘Santiago’ )
WHERE isNull(w)

@ramhgarcias
Copy link
Collaborator Author

fixed by 4f6ab6a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant