Releases: partiql/partiql-lang-kotlin
Releases · partiql/partiql-lang-kotlin
v0.2.3-alpha
Release v0.2.3-alpha
Features
LET
(fomFROM
clauses) implementation
Fixes
- fix: bigDecimalOf no-ops when given an Ion decimal #293
List of commits: v0.2.2-alpha...v0.2.3-alpha
v0.1.4-alpha
This release is a backport of #286 which was applied on top of v0.1.3-alpha
.
v0.2.2-alpha
Improvements to LIKE
pattern compilation performance. (#284)
v0.2.1-alpha
Fixes #246
Full list of commits: v0.2.0-alpha...v0.2.1-alpha
v0.2.0-alpha
Features
- Adds support for
DISTINCT
- Initial set of DML features. See 16fefe0 for details
** BREAKING CHANGESJOIN
is now required to provide anON
clause. In previous version anON
clause was optional which caused ambiguous parsing of multipleJOIN
for which some hadON
clause and some had not. The old behaviour was also out of Spec. - Close CLI Stream correclty
- Preserve negative zero when writing values to the console in the REPL/CLI.
- New error codes for division by
0
and modulo0
- Fix float negative zero equality
- Removes invalid syntax check on case expressions with type parameters, e.g.,
CAST(a AS DECIMAL(1, 2))
now does not throw
Full list of commits: v0.1.3-alpha...v0.2.0-alpha
v0.1.3-alpha
- Fix #228 by removing invalid sanity check.
v0.1.2-alpha
- Optimizes performance of
IN
operator when right side is used with many literals. - Fix issue causing the REPL's output stream to be prematurely closed
v0.1.1-alpha
- Fixes treatment of
null
values in JOIN conditions - Refactors code in CLI
- Better printing support
v0.1.0-alpha
Initial alpha release of PartiQL.