Skip to content

Releases: housepower/ClickHouse-Native-JDBC

v2.2

09 Aug 10:21
Compare
Choose a tag to compare
  • Add fixforbiddenapis checks to avoid platform-independent, thanks @uschindler
  • ClickHouseStatement support setMaxRows.
  • ClickHouseStatement support setQueryTimeout && getQueryTimeout, which may be used in JMeter.
  • Fix nullable deserializeBinary and serializeBinary
  • Fix package with shade plugin.

v2.1 CHANGELOG

04 Apr 05:03
Compare
Choose a tag to compare
  • Fix clear batch so we can reuse the Statement #116
  • Add DateTime64 support #119
  • DateTime zone fixed #111

v2.0 CHANGELOG

21 Dec 12:06
Compare
Choose a tag to compare
  • Now the performance improves a lot, especially on the batch insert. See here
  • Support multiple Array DataTypes
  • Some bugs fixed.
  • Add decimal type support (@kifile )