Skip to content

v0.5.0

Choose a tag to compare

@paracycle paracycle released this 08 Jul 18:09

Highlights

  • WITH clause chaining. Enables post-aggregation filtering (... WITH n, count(*) AS c WHERE c > 1 ...) and passing values between clauses. Required generalizing bindings to hold either a node or a computed value.

Breaking: the Query AST is now a clause pipeline (clauses + result).