Skip to content

Releases: PNixx/clickhouse-activerecord

v1.2.0

23 Oct 13:24
1edbaa5
Compare
Choose a tag to compare
  • 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.3

27 Sep 11:31
ddfa259
Compare
Choose a tag to compare

Fix schema dumper #163

v1.1.2

27 Aug 13:32
246775c
Compare
Choose a tag to compare
  • Add support window named functions
  • Fix detect model primary key

v1.1.1

19 Aug 08:56
1454a79
Compare
Choose a tag to compare
  • 🎉 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

01 Aug 07:06
9810bce
Compare
Choose a tag to compare

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

22 Jul 11:02
9dfcfb8
Compare
Choose a tag to compare

Fix schema dumper with low_cardinality

v1.0.11

19 Jul 12:31
f2dbed0
Compare
Choose a tag to compare
  • Fix schema migration
  • Quote table names with periods (#140)

v1.0.10

11 Jul 18:34
65ef7e3
Compare
Choose a tag to compare

Fix #133 In Migration[7.1], using low_cardinality key Throws an Error

v1.0.9

03 May 12:39
1d9f544
Compare
Choose a tag to compare
fix schema dumper for buffer table

v1.0.8

03 May 10:45
34684cf
Compare
Choose a tag to compare
create table similar to other table