v0.7.0
Pre-release
Pre-release
Changed
- Adds quotes to the attributes of PartiQL tuple's debug output so it can be read and transformed using Kotlin
partiql-cli - BREAKING: partiql-eval: Changes the interface to
EvalPlanto accept anEvalContext - BREAKING: partiql-eval: Changes
EvaluationErrorto not implementClone - BREAKING: partiql-eval: Changes the structure of
EvalPlan
Added
- partiql-extension-visualize: Add
partiql-extension-visualizefor visualizing AST and logical plan - partiql-eval: Add a
SessionContextcontaining both a system-level and a user-level context object usable by expression evaluation
Fixed
- partiql-logical-planner: Fixed
ORDER BY's ability to see into projection aliases - partiql-eval: Fixed errors in
BaseTableExprs get added to the evaluation context - partiql-eval: Fixed certain errors surfacing in Permissive evaluation mode, when they should only be present in Strict mode