github ClickHouse/clickhouse-jdbc v0.3.2-patch6
Release v0.3.2-patch6

latest release: v0.3.2-patch7
2 years ago

This is a patch release for fixing below issues in both Java client and JDBC driver.

  • enhance Bool support - #848
  • fix confusing error message metioned in #849
  • fix issue of writing Date32 value in RowBinary format
  • fix OffsetDateTime parsing error
  • fix NumberFormatExcption when parsing primitive array with null value
  • fix incorrect column type used in Connection.createArrayOf method
  • enhance PreparedStatement by treating insert into table(col1,col2,col3) values(?,?,?) as insert into table(col1,col2,col3)
commits...
  • [5e4354e]: fix links in README.md (XenoAmess) #852
  • [877e20c]: Enhance Bool support (Zhichun Wu) #853
  • [6cd6821]: Fix build break on JDK 8 (Zhichun Wu) #853
  • [3a28431]: Fix test failure on CH older than 22.1 (Zhichun Wu) #853
  • [b90c9c5]: Bump dependencies (Zhichun Wu) #854
  • [46e976e]: Bump version (Zhichun Wu) #855
  • [ec91d1f]: Fix issue of writing Date32 value (Zhichun Wu) #855
  • [f4a2fb3]: Fix confusing error message in #849 (Zhichun Wu) #855
  • [3558498]: Fix OffsetDateTime parsing error (Zhichun Wu) #855
  • [1a53839]: Fix NumberFormatExcption when parsing primitive array with null value (Zhichun Wu) #855
  • [09cd66e]: Treat "insert into table values(?,?)" as "insert into table" (Zhichun Wu) #855
  • [046c3f2]: Correct behavior of Connection.createArrayOf (Zhichun Wu) #856

Don't miss a new clickhouse-jdbc release

NewReleases is sending notifications on new releases.