clickhouse-java

ClickHouse Java Clients & JDBC Driver

APACHE-2.0 License

Stars
1.4K

Bot releases are hidden (Show)

clickhouse-java - Release v0.2.5

Published by zhicwu over 3 years ago

This is a patch release with the following changes:

  • bump dependencies and include lz4 in shaded jar
  • new API: ClickHouseRowBinaryStream.writeUInt64Array(UnsignedLong[])
  • support column comments
  • support explain queries
  • fix keep-alive timeout issue by reusing validated connection
  • fix ResultSet.findColumn(String) issue
  • fix the issue of not being able to use NULL constant in PreparedStatement
  • fix toLowerCase issue for Turkish
clickhouse-java - Minor bugfix

Published by alex-krash over 4 years ago

Fix FORMAT clause append for queries, ending with comments.

clickhouse-java - 0.2.3

Published by alex-krash almost 5 years ago

Adding support for Decimals in RowBinary protocol

clickhouse-java - Release 0.2.2 (bugfix)

Published by alex-krash almost 5 years ago

  • close certificate keystore
  • fix for Boolean data type
clickhouse-java - release_0.2

Published by alex-krash about 5 years ago

  • New API for sending streams of data
  • Old extension of ClickHouseStatement deprecated