Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
partiql-cli-1.2.0.zip | 2025-05-07 | 26.2 MB | |
partiql-cli-1.2.0.tgz | 2025-05-07 | 25.5 MB | |
README.md | 2025-05-07 | 616 Bytes | |
v1.2.1 source code.tar.gz | 2025-05-07 | 1.4 MB | |
v1.2.1 source code.zip | 2025-05-07 | 2.2 MB | |
Totals: 5 Items | 55.2 MB | 0 |
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: https://github.com/partiql/partiql-lang-kotlin/compare/v1.2.0...v1.2.1