Skip to content

v0.6.0

Choose a tag to compare

@paracycle paracycle released this 08 Jul 18:09

Highlights

  • OPTIONAL MATCH. Left-join semantics: unmatched rows are kept with the clause's new variables null.
  • First-class EXISTS { ... } / NOT EXISTS. Express "has no such relationship" anti-joins directly instead of via OPTIONAL MATCH + IS NULL workarounds.

Breaking: new Expr / MatchClause AST variants.