Skip to content

Releases: databendlabs/databend-jdbc

Release v0.1.8

06 Feb 03:35
540aa7e
Compare
Choose a tag to compare
Merge pull request #150 from ZhiHanZ/release0.1.8

feat: release v0.1.8

Release v0.1.7

06 Feb 01:55
e6daba3
Compare
Choose a tag to compare

Bug Fixes

Release v0.1.6

21 Jan 10:08
381998f
Compare
Choose a tag to compare

Rlease Note for 0.1.6

  • fix: setNull with \N #124
  • feat: add ci to release jdbc jar #128
  • fix: slf4j not provide error #129
  • fix: resultSetMetadata get decimal column #132
  • fix: modify presign client retry params #133
  • feat: support binary and binary_format options #134
  • fix: setObject null type #135
  • chore: refactor build stageAttachment #136
  • feat: impl databend parameter metadata #131

v0.1.5

03 Jan 02:16
788e34c
Compare
Choose a tag to compare

Release 0.1.5:
Bug fix:

  • Fix column type name error for DatabendRawType #115
  • Fix System table fields updated #116
  • Fix exec stmt setString #117
  • Fix common.google class not found #119
  • Fix close presign stmt in finally #120

v0.1.4

07 Dec 13:48
b3abff3
Compare
Choose a tag to compare
  1. fix update race condition during high concurrency

  2. add more examples around dml operations using databend jdbc example link

  3. several bug fixes #104, #102

v0.1.3

20 Nov 01:13
58d0ef3
Compare
Choose a tag to compare

Release Note For v0.1.3:

  • fix: Fixed an issue with the DATA_TYPE field returning the wrong type in DatabendDatabaseMetaData #99
  • fix: fix: override method error #103
  • feat: impl some prepareStatement methods #105

v0.1.2

04 Sep 02:34
da3be4a
Compare
Choose a tag to compare
Merge pull request #98 from ZhiHanZ/0.1.2

feat: release v0.1.2

0.0.5-rc5

20 Mar 02:22
0f9591e
Compare
Choose a tag to compare

use copy into instead of insert.

Release databend-jdbc 0.0.4

01 Feb 06:22
9a74448
Compare
Choose a tag to compare

Features:

  1. add client-side session support
  2. add officially supported jdbc parameters documentation and implementation
  3. Bug fixes on IO part