Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@am357 am357 released this 06 Jun 22:12
· 81 commits to main since this release
8bdb756

Changed

  • BREAKING: partiql-eval: evaluate on Evaluable returns a Value rather than an Option<Value>
  • BREAKING: partiql-ast: changes the modeling of Bag/List/Tuple literals

Added

  • Ability to add and view errors during evaluation with partiql-eval's EvalContext
  • AST sub-trees representing literal values are lowered to Values during planning