Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 04:13
· 56 commits to main since this release

Features:

  • add support for is_distinct_from and is_not_distinct_from functions (#200) by @jechol (#200)

  • add SQL generation for is_distinct_from operators by @jechol (#200)

  • add support for is_distinct_from and is_not_distinct_from functions by @jechol (#200)

Bug Fixes:

  • flatten nested calculation/aggregate maps before wrapping in subquery for aggregates (#206) by sevenseacat (#206)