clickhouse-activerecord
clickhouse-activerecord copied to clipboard
Improve function dumps
This PR contains a couple small improvements to function dumps into structure.sql:
- Preserve newlines, in case there are multi-line strings inside the function body
- Sort functions by name so it's deterministic and behaves like tables