- Fixes to create_table method (#70)
- Added support for rails 7 (#65)
- Use ClickHouse default KeepAlive timeout of 10 seconds (#67)
- Added auto creating service distributed tables and additional options for creating view @ygreeek
- Added default user agent
- 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
- Support ClickHouse 20.9+
- Fix schema create / dump
- Support all integer types through :limit and :unsigned @bdevel
- 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
- Support structure dump/load @StoneGod
- Support Rails 6.0
- Fix relation
last
method
- Fix DateTime sql format without microseconds for Rails 5.2
- Support ssl connection
- Migration support
- Rake tasks for create / drop database
- Support materialized view
- Aggregated functions for view
- Schema dumper with SQL create table
- Added migrations support @Bugagazavr
- Support Rails 5.0
- Fix Big Int type
- Initial release