Releases: PNixx/clickhouse-activerecord
Releases · PNixx/clickhouse-activerecord
v1.2.0
- Fix for function creation in
structure.sql
#166
- Add
group_by_grouping_sets
query method #161
- Add support for
CREATE FUNCTION
and CREATE 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
v1.1.2
- Add support window named functions
- Fix detect model primary key
v1.1.1
- 🎉 Support for rails 7.2 #156
- Add method
views
for getting table View
list in #152
- Add support for Map datatype in #144
- Fix schema dumper default values for number
v1.0.13
What's Changed
- Normalize table name in schema dump in #148
- Noop savepoint functionality in #150
- Fix
#find_by
in #153
- Add RSpec configure
Full Changelog: v1.0.12...v1.0.13
v1.0.12
Fix schema dumper with low_cardinality
v1.0.11
- Fix schema migration
- Quote table names with periods (#140)
v1.0.10
Fix #133 In Migration[7.1], using low_cardinality key Throws an Error
v1.0.9
fix schema dumper for buffer table
v1.0.8
create table similar to other table