Skip to content

v0.2.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@therapon therapon released this 26 Mar 20:14
8d84c92

Features

  • Adds support for DISTINCT
  • Initial set of DML features. See 16fefe0 for details
    ** BREAKING CHANGES JOIN is now required to provide an ON clause. In previous version an ON clause was optional which caused ambiguous parsing of multiple JOIN for which some had ON 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 modulo 0
  • 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