neo4j / sdn-rx

Nextgen Spring Data module for Neo4j supporting (not only) reactive data access and immutable support
https://neo4j.github.io/sdn-rx
Apache License 2.0
65 stars 23 forks source link

Make where clause of PatternComprehensions consistent with match. #250

Closed michael-simons closed 4 years ago

michael-simons commented 4 years ago

This change allows chaining and nesting condition after the where-part of a pattern comprehension and not only inside, so that this part of the API is consistent with the general match clauses.