You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Important Changes
[repo] Artifacts clickhouse-jdbc:http, clickhouse-jdbc:shaded-all, clickhouse-jdbc:shaded are not published anymore. Use clickhouse-jdbc:all instead. It contains all required shaded libraries except org.slf4j:slf4j-api because it may not be shaded.
[repo] Artifacts jdbc-v2:all, jdbc-v2:http, jdbc-v2:shaded are not published anymore because jdbc-v2 is part of clickhouse-jdbc:all.
Bug Fixes
[jdbc-v2] Fixed parsing SQL with alias in FROM clause when alias name is a keyword (#2427)
[client-v2] Fixed the issue when parameters are not passed if timeout is set. (#2436, #2096)
[jdbc-v2] Fixed parser logging issue. Now parser uses same logger as the driver. (#2428)
[jdbc-v2] Fixed parsing CREATE USER statements. Now parser recognises it correctly. (#2398)
[jdbc-v2] Fixed parsing different CTEs statements. (#2431, #2391, #2443)