- 🎉 Support for rails 7.2 #156
- Add method
views
for getting tableView
list in #152 - Add support for Map datatype in #144
- Add support window named functions
- Fix schema dumper default values for number
- Normalize table name in schema dump in #148
- Noop savepoint functionality in #150
- Fix
#find_by
in #153 - Add RSpec configure
- Fix detect model primary key
- Support table indexes
- Fix non-canonical UUID by @PauloMiranda98 in (#117)
- Fix precision loss due to JSON float parsing by @jenskdsgn in (#129)
- Support functions by @felix-dumit in (#120)
- Hotfix/rails71 change column by @trumenov in (#132)
- Fix DB tasks
- GitHub workflows
- Fix injection internal and schema classes for rails 7
- Add support for binary string by @PauloMiranda98 in (#116)
- Use ILIKE for
model.arel_table[:column]#matches
by @stympy in (#115) - Fixed
insert_all
for array column (#71) - Register Bool and UUID in type map by @lukinski in (#110)
- Refactoring
final
method - Support update & delete for clickhouse from version 23.3 and newer (#93)
- Full support Rails 7.1+
- Full support primary or multiple databases
- Added
Bool
column type insteadUint8
(#78). Supports ClickHouse 22+ database only - Added
final
method (#81) (Thear_internal_metadata
table needs to be deleted after a gem update) - Added
settings
method (#82) - Fixed convert aggregation type (#92)
- Fixed raise error not database exist (#91)
- Fixed internal metadata update (#84)
- 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