Skip to content

v0.18.0-recidiviz.2

Compare
Choose a tag to compare
@ohaibbq ohaibbq released this 06 Feb 23:05
· 26 commits to candidate/rb20240201 since this release
377a866

What's Changed

  • [Aggregate] Properly return nil for STRING_AGG when called with null or 0-length array by @ohaibbq in #12
  • [Array] Fix ordinal boundary indexing by @ohaibbq in #13
  • [String] LIKE properly escapes regexp-characters by @ohaibbq in #14
  • [Filter] Fix syntax error that occurred for some queries using subselects or QUALIFY by @ohaibbq in #15
  • [Date] Implement %p, improve token composition, fix leading-space parsers/formatters by @ohaibbq in #19
  • [Functions] Fix NULLIF panic on null by @ohaibbq in #18
  • [Windowing] [Formatter] Reset format context in-between analytic function groups by @ohaibbq in #17
  • [String] Cast to INT64 should use base-10 parsing by @ohaibbq in #16

Full Changelog: v0.18.0-recidiviz.1...v0.18.0-recidiviz.2