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
Fix MATCH clause AND handling to create flat left-associative structure
The expected AST for MATCH expressions with AND should flatten all
composites into a left-associative chain, not create nested chains.
Modified parseGraphMatchChainedExpression to also continue on TokenAnd,
which starts a fresh node (not chaining from previous rightNode).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments