Tags: JuliaDatabases/ClickHouse.jl
Tags
## ClickHouse v0.2.3 [Diff since v0.2.2](v0.2.2...v0.2.3) **Merged pull requests:** - added Bool columntype (#31) (@eduartos) - allow enum empty strings (#32) (@eduartos) - Implement LZ4 transport compression (#33) (@DylanModesitt) - remove unnecessary generic type parameters to avoid warning messages (#35) (@rbeeli) **Closed issues:** - Transport compression (LZ4, ZStd) (#8) - Clean-up warning due to unused generic type parameter (#34)
## ClickHouse v0.2.2 [Diff since v0.2.0](v0.2.0...v0.2.2) **Closed issues:** - Support for more data types (#11) - The dirty status of connection makes it very inconvenient to use the client in REPL and notebooks (#19) - Inserting into nullable columns (#23) - TagBot trigger issue (#25) - Update Dependencies (#28) **Merged pull requests:** - Network refactoring (#22) (@waralex) - fix of issue #23 (#24) (@waralex) - Fix TagBot configuration (#26) (@waralex) - Update dependencies (#30) (@athre0z)
## ClickHouse v0.2.0 [Diff since v0.1.0](v0.1.0...v0.2.0) **Closed issues:** - Potential collaboration (#4) - Is this client currently developing? And can I find out your nearest plans? (#6) - Date columns are mapped to the Julia DateTime type instead of Date (#7) **Merged pull requests:** - Install TagBot as a GitHub Action (#2) (@JuliaTagBot) - Avoid explicit eval in favor of generated blocks (#5) (@quinnj) - Refactoring of columns read/write + Additional column types (#10) (@waralex) - LowCardinality and Nullable (#14) (@waralex) - Array(T) implementation (#16) (@waralex) - Remaining types (#17) (@waralex) - Greatly reduce scope of dirty flag (#20) (@athre0z) - Add basic support for datetime types with timezones (#21) (@athre0z)