Skip to content

v0.24.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajnavarro ajnavarro released this 09 Jul 07:53
43982f9

Added

  • Varchar type.
  • FIRST and LAST aggregations.
  • Count distinct aggregation.

Changed

  • Errors now report the repository causing the error, if possible.
  • Switch some types of known or maximum length (mostly hashes and emails)
    to VarChar with a size.
  • Traces now have a root span.
  • New API for node transformations.

Fixed

  • Fixed the behaviour of limit and offset.
  • Resolution of HAVING nodes.