v1.2.1
What's Changed
Added
- added missing
NotNull
annotation forRexPathIndex
'sgetIndex
function
Fixed
- fixed plan typing of function arguments which were previously typed the same as the function's return type
- fixed pretty-printing of
TRIM
and binary operator parens - fixed the AST to plan conversion of
PathStep.Field
case-sensitivity - fixed the AST to plan resolving of
IS <type>
functions for<type>
s with parameters
Removed
- redundant
CAST
s added forCASE WHEN
branches
Full Changelog: v1.2.0...v1.2.1