Skip to content

Better aggregate functions

Compare
Choose a tag to compare
@mechatroner mechatroner released this 25 Aug 04:48
· 539 commits to master since this release
  • Added lowercase aliases for aggregate functions
  • Improved error handling for aggregate functions
  • Renamed "FOLD" -> "ARRAY_AGG"
  • Renamed "UNFOLD" -> "UNNEST"
  • Fixed bug with handling more than 10 strings in a query
  • Unicode separators support by @veysiertekin