v0.14.1
FunSQL v0.14.1
-
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:
- Add definitions for ≥ and ≤ (#67) (@AshlinHarris)
- Fix unsafe branch collapsing of an outer JOIN (#68) (@xitology)