You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filter WHERE v.player.age < m.player.age did incorrect data filtering.
Expected behavior
count should not be 19 and v should not be all null.
Additional context
May need to refactor the implementation of the Argument and introduce ExpandInto to fix statement like MATCH (a)--(b) MATCH (a)-->(b) return a,b
The text was updated successfully, but these errors were encountered:
Incorrect data filtering when the where clause of optional match refers to variables declared in other match.
Environment
version 3.0
How To Reproduce
The filter
WHERE v.player.age < m.player.age
did incorrect data filtering.Expected behavior
count should not be 19 and v should not be all null.
Additional context
May need to refactor the implementation of the
Argument
and introduceExpandInto
to fix statement likeMATCH (a)--(b) MATCH (a)-->(b) return a,b
The text was updated successfully, but these errors were encountered: