New features
- Update JDBC driver to v0.4.1.
- Use new
product_name
additional option instead ofclient_name
- Replace
sql-jdbc.execute/read-column [:clickhouse Types/ARRAY]
withsql-jdbc.execute/read-column-thunk [:clickhouse Types/ARRAY]
to be compatible with Metabase 0.46 breaking changes once it is released. - Use Metabase v0.45.3 for CI.
Bug fixes
- Fix
sql-jdbc.execute/read-column-thunk [:clickhouse Types/TIME]
return type.