v0.2.0-alpha
Pre-release
Pre-release
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