Skip to content

Releases: PNixx/clickhouse-activerecord

v1.6.6

16 Feb 09:44
aaab2a2

Choose a tag to compare

  • Fix error: EOFError (end of file reached)
  • Method execute_to_file will return Tempfile object

v1.6.4

13 Feb 09:00
1a61355

Choose a tag to compare

  • Fix error: EOFError (end of file reached)

v1.6.3

04 Feb 07:06
669d468

Choose a tag to compare

  • Rename method execute_streaming to execute_to_file

v1.6.2

30 Jan 06:56
9db331b

Choose a tag to compare

  • Add streaming request and save response to tmp file

v1.6.1

20 Jan 11:11
780bde5

Choose a tag to compare

  • Fix prepare rake task on ClickHouse 24.6

v1.6.0

19 Jan 15:38
3394e2f

Choose a tag to compare

  • Support CSE (Common Scalar Expressions) in the WITH clause
  • Fix regex to match FROM keyword, not column names containing 'from' #220
  • Add JSON column type support #209
  • Support execute_batch #216
  • Add disconnect method to adapter #186
  • Add check_current_protected_environment! to Tasks #222
  • Do not truncate engines that cannot be truncated #226

v1.5.1

06 Nov 05:08
3ad51af

Choose a tag to compare

Fix rake tasks fail

v1.5.0

05 Nov 10:10
f918e09

Choose a tag to compare

  • 🎉 Support for Rails 8.1
  • Fix sql structure dump with schema_migrations #138
  • Remove old tasks

v1.4.0

18 Sep 06:33
72c5e23

Choose a tag to compare

  • CREATE OR REPLACE FUNCTION in SQL schema dumps in #198
  • Added shard config to handle replica path with shard in #201
  • Add support for simple schema dumping in #203
  • Unscope final and settings in #208
  • Encapsulate format logic within Statement and helper classes in #162

v1.3.1

13 Feb 07:41
6aef841

Choose a tag to compare

  • Restore replace database from dump schema table creation