Clickhouse-scala-client v0.8.12 Release Notes

Release Date: 2019-01-08 // about 5 years ago
    • โž• Adding support for WITH ROLLUP and WITH CUBE
    • ๐Ÿ›  Bugfix in arrayElement type
    • ๐Ÿ’ฅ BREAKING Renamed SimpleDuration to `TotalDuration
    • ๐Ÿ›  Bugfix in DateTime parsing with value 0
    • ๐Ÿ—„ JSON parsing switched to spray.json instead of scala (deprecated) json
    • ๐Ÿ’ฅ BREAKING Proper escaping of Column names; this means that no SQL injection can happen anymore in the ref column. Use the raw column if you really need to have unescaped SQL.