Releases: PNixx/clickhouse-activerecord
Releases · PNixx/clickhouse-activerecord
v1.3.1
13 Feb 07:41
Compare
Sorry, something went wrong.
No results found
Restore replace database from dump schema table creation
v1.3.0
24 Jan 08:52
Compare
Sorry, something went wrong.
No results found
🎉 Support for Rails 8.0 #189
Restore multi-line table definitions in structure dumps #187
Use a flag to track updates/deletes in SQL visitor #188
v1.2.1
18 Nov 14:24
Compare
Sorry, something went wrong.
No results found
Maintain primary key type specificity in #183
Reliably sort functions, views, and materialized views in schema in #181
Improve function dumps in #179
Add support for integer limits in map type in #178
Add support request settings in create_table:
create_table :table , request_settings : { max_threads : 1 } do |t |
...
end
v1.2.0
23 Oct 13:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.1.2
27 Aug 13:32
Compare
Sorry, something went wrong.
No results found
Add support window named functions
Fix detect model primary key
v1.1.1
19 Aug 08:56
Compare
Sorry, something went wrong.
No results found
🎉 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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix schema dumper with low_cardinality
v1.0.11
19 Jul 12:31
Compare
Sorry, something went wrong.
No results found
Fix schema migration
Quote table names with periods (#140 )