Immutable
release. Only release title and notes can be modified.
- Add support for window frames via the
:frameclause (andframehelper) inside:overexpressions and:windowdefinitions, e.g.{:frame [:rows :between :unbounded-preceding :current-row]}producesROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW. Supports:rows/:range/:groupsmodes, single or:betweenbounds (:unbounded-preceding,:current-row,:unbounded-following, or[n :preceding]/[n :following]offset pairs), and frame exclusions, via PR #599 from @yenda and Claude Code. - Note that PostgreSQL also supports
CASEvia PR #598 from @holyjak. - Upgrade from EPL-1.0 to EPL-2.0 for broader compatibility. Explicitly allow for relicensing of HoneySQL code under Apache-2.0.
- Update dev/test deps.