Skip to content

v1.3.0

Latest

Choose a tag to compare

@alancai98 alancai98 released this 13 Oct 22:26
· 5 commits to main since this release
3cbbb38

Added

  • EXPERIMENTAL: Adds end-to-end support for window functions including RANK, DENSE_RANK, LAG, LEAD, and ROW_NUMBER functions alongside the WINDOW clause.
  • UPPER, LOWER, TRIM functions support for CHAR/VARCHAR
  • LIKE and LIKE_ESCAPE functions support for CHAR/VARCHAR/CLOB/STRING with dynamic type coercion
  • CLOB/BLOB now supports length parameters with CLOB(max_length)/BLOB(max_length) syntax

Changed

  • Formalize UPPER, LOWER, TRIM and CONCAT length and type handling on string types

Deprecated

  • Deprecated previous modeling of window functions.

Fixed

  • Datum return type for LOWER on a CLOB value

Contributors

Thank you to all who have contributed!

Full Changelog: v1.2.3...v1.3.0