Clickhouse-scala-client v0.9.15 Release Notes
Release Date: 2020-10-21 // almost 3 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