v1.2.1
What's Changed
Added
- added missing
NotNullannotation forRexPathIndex'sgetIndexfunction
Fixed
- fixed plan typing of function arguments which were previously typed the same as the function's return type
- fixed pretty-printing of
TRIMand binary operator parens - fixed the AST to plan conversion of
PathStep.Fieldcase-sensitivity - fixed the AST to plan resolving of
IS <type>functions for<type>s with parameters
Removed
- redundant
CASTs added forCASE WHENbranches
Full Changelog: v1.2.0...v1.2.1