0.2.59
What's Changed
coalesce()
unions only types until the first non-nullable by @staabm in #519avg(nullable)
can returnnull
.avg(non-nullable)
can't returnnull
. by @staabm in #518
Full Changelog: 0.2.58...0.2.59
coalesce()
unions only types until the first non-nullable by @staabm in #519avg(nullable)
can return null
. avg(non-nullable)
can't return null
. by @staabm in #518Full Changelog: 0.2.58...0.2.59