Skip to content

0.19.1

Compare
Choose a tag to compare
@goccy goccy released this 10 Mar 14:33
· 8 commits to main since this release
745096f

What's Changed

  • [Filter] Fix syntax error that occurred for some queries using subselects or QUALIFY by @ohaibbq in #157
  • [Windowing] [Formatter] Reset format context in-between analytic function groups by @ohaibbq in #162
  • [Aggregate] Correctly handle ordering multiple fields; don't crash on nil by @ohaibbq in #174
  • Harden string functions when NULL is passed by @colincadams in #112
  • [Date] Implement %p, improve token composition, fix leading-space parsers/formatters, improve error messages, slurp whitespace by @ohaibbq in #166
  • [String] Do not cast integer/float-like strings to datetime by @ohaibbq in #184

Full Changelog: v0.19.0...v0.19.1