clickhouse-activerecord icon indicating copy to clipboard operation
clickhouse-activerecord copied to clipboard

Improve function dumps

Open felix-dumit opened this issue 3 months ago • 1 comments

This PR contains a couple small improvements to function dumps into structure.sql:

  1. Preserve newlines, in case there are multi-line strings inside the function body
  2. Sort functions by name so it's deterministic and behaves like tables

felix-dumit avatar Oct 24 '24 21:10 felix-dumit