v0.18.0-recidiviz.2
ohaibbq
released this
06 Feb 23:05
·
28 commits
to candidate/rb20240201
since this release
What's Changed
- [Aggregate] Properly return
nil
forSTRING_AGG
when called withnull
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