Skip to content

Releases: housepower/ClickHouse-Native-JDBC

v2.7.1

09 Oct 17:39
Compare
Choose a tag to compare
  • [FEATURE]: Add IPv6 type. #430 (#454)
  • [FEATURE]: Add Support ProgressListener in ClickHouseStatement (#452)
  • [FEATURE]: Support LowCardinality series datatype (#451)

v2.7.0

02 Sep 16:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.5...2.7.0

v2.6.4

22 Dec 12:21
07c87a0
Compare
Choose a tag to compare
  • Fix java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer in v2.6.3 (#392)
  • Release should build with JDK8 (#393)

v2.5.7

13 Dec 04:01
d72e65d
Compare
Choose a tag to compare
  • Fix date value error when bigger than short (#383)
  • Fix DataTypeDate#deserializeBinaryBulk (#391)

v2.6.2

03 Dec 09:52
317f36d
Compare
Choose a tag to compare
  • Implement basic logic of re-using buffers (#382)
  • Remove final of buffer size in ClickHouseDefines (#387)
  • Extract rw compress to ClickHouseDefines (#388)

v2.6.1

02 Dec 04:33
444e628
Compare
Choose a tag to compare
  • Fix date value error when bigger than short (#383)
  • Bump aircompressor 0.21 to fix #381 (#384)
  • Bump yandex clickhouse jdkc 0.3.1-patch (#385)
  • Remove dead module clickhouse-integration-spark3

v2.6.0

02 Dec 04:32
Compare
Choose a tag to compare
  • add Date32 support (#375)
  • support DataType Map (#370)
  • Return the name of the type instead of the name of the column (#367)
  • support config client name (#362)
  • Support setDate with Calendar in pstmt(#347)
  • Add Date test for Spark on ClickHouse (#345)

v2.5.6

27 May 09:57
Compare
Choose a tag to compare

Changelog

  • (#350) Fix insert null value on nullable number columns

v2.5.5

27 May 05:28
Compare
Choose a tag to compare

Changelog

  • (#347) Support setDate with Calendar in pstmt
  • (#336) Correct ClickHouseDatabaseMetadata#supportsBatchUpdates

v2.5.4

01 Mar 01:36
Compare
Choose a tag to compare

Changelog

  • (improvement) Avoid redundant BigDecimal cast (#306)
  • (bugfix) Fix NPE on clearParameters (#315)
  • (bugfix) Support LocalDateTime (#316)