Releases: PNixx/clickhouse-activerecord
Releases · PNixx/clickhouse-activerecord
v0.5.15
published 0.5.15 - fix datetime precision #95
v0.5.14
published 0.5.14 - settings for long request in the migration
v0.5.12
Added settings for execute
method:
Event.connection.execute("INSERT INTO events SELECT * FROM events_hot", nil, settings: {max_partitions_per_insert_block: 0})
v0.5.10
- Fixes to create_table method (#70)
- Added support for rails 7 (#65)
- Use ClickHouse default KeepAlive timeout of 10 seconds (#67)
v0.5.8
- Improve creating table with distributed helper (#59)
- Rails 6.1.4.4 support (#63)
- Fix precision and scale extraction of decimal fields (#66)
v0.5.3
- Fix replica cluster for a new syntax MergeTree
- Fix support rails 5.2 on alter table
- Support array type of column
- Support Rails 6.1.0 @bdevel
v0.4.10
published 0.4.10 - support integer types
v0.4.3
- Full support migration and rollback database
- Support cluster and replica. Auto inject to SQL queries.
- Fix schema dump/load
- Can dump schema for using PostgreSQL