Clickhouse-scala-client v0.9.15 Release Notes
Release Date: 2020-10-21 // over 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.9.6
-
- IMPORTANT This release contains some important fixes concerning brackets
(
)
in combination withAND
andOR
logical operators. We highly recommended to update to this version so that conditions are executed correctly! - ๐ฅ BREAKING Removed the
TableColumn.AnyTableColumn
type alias; Use theColumn
trait instead. - ๐ Scala 2.13 support
- โ Adding
has
,hasAny
andhasAll
array operators.
- IMPORTANT This release contains some important fixes concerning brackets