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
EvalPlan
to accept anEvalContext
- BREAKING: partiql-eval: Changes
EvaluationError
to not implementClone
- BREAKING: partiql-eval: Changes the structure of
EvalPlan
Added
- partiql-extension-visualize: Add
partiql-extension-visualize
for visualizing AST and logical plan - partiql-eval: Add a
SessionContext
containing 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
BaseTableExpr
s 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