Releases: PNixx/clickhouse-activerecord
Releases · PNixx/clickhouse-activerecord
v1.0.8
v1.0.7
v1.0.6
- 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
v1.0.5
- Fix injection internal and schema classes for rails 7
- Add support for binary string by @PauloMiranda98 in #116
- Fix schema_migrations insert failing by @jenskdsgn in #122
- Fix wrong method arguments by @jenskdsgn in #123
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.6.0
- 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