Skip to content

Version 0.20.0

Compare
Choose a tag to compare
@pgrivachev pgrivachev released this 28 Feb 16:32
· 231 commits to main since this release
f12da3b

What's Changed

  • Add support for ANY type in temporary UDFs, for example:
CREATE TEMP FUNCTION ScalarUdf(a ANY TYPE)
AS (
  a + 1
);

Full Changelog: v0.19.1...v0.20.0