Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-08 | 591 Bytes | |
v0.14.1 source code.tar.gz | 2024-07-08 | 158.4 kB | |
v0.14.1 source code.zip | 2024-07-08 | 208.3 kB | |
Totals: 3 Items | 367.3 kB | 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)