Clickhouse-scala-client v0.9.6 Release Notes

Release Date: 2020-04-03 // almost 4 years ago
    • 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.