github ClickHouse/clickhouse-jdbc v0.2.6
Release v0.2.6

latest releases: v0.3.2-patch7, v0.3.2-patch6, v0.3.2-patch5...
3 years ago

This is again a patch release with below changes:

  • Add new feature for sending compressed files/streams
  • Introduce an experimental SQL parser to fix parsing related issues - set connection setting use_new_parser to false to disable
  • Restore String[] getColumnNames() method for backward compatibility
  • Retry idempotent operation up to 3 times when server closed connection - set connection setting maxRetries to zero to disable
  • Return inserted rows(not accurate) when query parameter send_progress_in_http_headers is set to true
  • Set socket timeout in ClickHouseConnectionImpl.isValid()
  • Upgrade to lz4-java and improve performance of LZ4 stream
  • Use HTTP Basic Auth for credentials instead of query parameters
  • Use static version instead of property-based revision in pom.xml

Don't miss a new clickhouse-jdbc release

NewReleases is sending notifications on new releases.