Better aggregate functions
- 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