Skip to content

v0.14.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 01:29
· 5 commits to master since this release

FunSQL v0.14.1

Diff since v0.14.0

  • Fix Join incorrectly collapsing an outer branch when it may transform a NULL
    to a non-NULL value.

  • Make @funsql macro support operators , , , , , ,
    as aliases for >=, <=, IS DISTINCT FROM, IS NOT DISTINCT FROM, <>,
    IN, NOT IN, thanks to Ashlin Harris.

Merged pull requests: