Releases: PNixx/clickhouse-activerecord
Releases · PNixx/clickhouse-activerecord
v1.2.1
- Maintain primary key type specificity in #183
- Reliably sort functions, views, and materialized views in schema in #181
- Improve function dumps in #179
- Add support for integer limits in map type in #178
- Add support request settings in
create_table
:
create_table :table, request_settings: { max_threads: 1 } do |t|
...
end
v1.2.0
- Fix for function creation in
structure.sql
#166 - Add
group_by_grouping_sets
query method #161 - Add support for
CREATE FUNCTION
andCREATE OR REPLACE FUNCTION
; the later in schema loading #146 - Add support for
LIMIT BY
clause #169 - Include column definitions in schema dump if the column name is not
id
#173 - Add blank line after create_function in schema #170
- Improve DB::Exception error handling #164
- SchemaDumper adds materialized view destination #159
- Add Array support to Map #158
- Add support codec compression parameter #135