Packages
ecto_ch
0.2.0
0.10.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
retired
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
retired
0.6.1
retired
0.6.0
retired
0.5.1
0.5.0
retired
0.4.1
0.4.0
retired
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
ClickHouse adapter for Ecto
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## 0.2.0 (2023-07-28)
- refactor dumpers and loaders https://github.com/plausible/ecto_ch/pull/92 -- this is the reason for minor version bumping
- improve `ecto.ch.schema` mix task https://github.com/plausible/ecto_ch/pull/83
## 0.1.11 (2023-06-12)
- add support for `:array_join` and `:left_array_join` types https://github.com/plausible/ecto_ch/pull/76
- add preliminary support for inserts via `:input` https://github.com/plausible/ecto_ch/pull/79
## 0.1.10 (2023-06-01)
- add support for `type(..., :any)` https://github.com/plausible/ecto_ch/pull/78
## 0.1.9 (2023-05-24)
- update `:ch`
## 0.1.8 (2023-05-24)
- fix string types in schemaless inserts https://github.com/plausible/ecto_ch/pull/75
## 0.1.7 (2023-05-24)
- add `insert_stream` https://github.com/plausible/ecto_ch/pull/74
## 0.1.6 (2023-05-23)
- make types more strict https://github.com/plausible/ecto_ch/pull/69
## 0.1.5 (2023-05-23)
- require `:ch` to be `~> 0.1.10` https://github.com/plausible/ecto_ch/pull/71
## 0.1.4 (2023-05-05)
- improve `:array` type handling https://github.com/plausible/ecto_ch/pull/67
## 0.1.3 (2023-05-01)
- fix `in` params https://github.com/plausible/ecto_ch/pull/64
## 0.1.2 (2023-04-28)
- add `mix ecto.load` support https://github.com/plausible/ecto_ch/pull/60
## 0.1.1 (2023-04-26)
- add `:default_table_engine` option https://github.com/plausible/ecto_ch/pull/58
- add `ecto.ch.schema` mix task https://github.com/plausible/ecto_ch/pull/59