Clickhouse-scala-client v0.9.15 Release Notes

Release Date: 2020-10-21 // over 3 years ago

Previous changes from v0.9.6

    • IMPORTANT This release contains some important fixes concerning brackets ( ) in combination with AND and OR logical operators. We highly recommended to update to this version so that conditions are executed correctly!
    • ๐Ÿ’ฅ BREAKING Removed the TableColumn.AnyTableColumn type alias; Use the Column trait instead.
    • ๐Ÿ‘ Scala 2.13 support
    • โž• Adding has, hasAny and hasAll array operators.