Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
partiql-cli-1.2.2.zip | < 18 hours ago | 26.2 MB | |
partiql-cli-1.2.2.tgz | < 18 hours ago | 25.5 MB | |
README.md | 2025-06-26 | 925 Bytes | |
v1.2.2 source code.tar.gz | 2025-06-26 | 1.4 MB | |
v1.2.2 source code.zip | 2025-06-26 | 2.2 MB | |
Totals: 5 Items | 55.2 MB | 0 |
What's Changed
Added
- EXPERIMENTAL add
metas
map forPType
- partiql-planner:
ROW
or collection types with excluded fields resulting fromRelExclude
will include a metaCONTAINS_EXCLUDED_FIELD
mapping totrue
- Static factories for creating
PType.decimal
andPType.numeric
types with a precision and default scale - Metas attached to
PType
s indicating if a parameter (e.g. precision, scale, length) was specified
Fixed
BETWEEN
operator function overloads in the partiql-planner- Mistyping of some Rex plan nodes
OperatorRewriter
omitting types for rewritten nodes- fixed Aggregation function lookup so that custom overloads from
Catalog
are found SqlDialect
printing of AST literal string single quotes- Parsing of
LIMIT
,OFFSET
, andORDER BY
on set operators
Full Changelog: https://github.com/partiql/partiql-lang-kotlin/compare/v1.2.1...v1.2.2