Releases: databendlabs/databend-jdbc
Releases · databendlabs/databend-jdbc
v0.1.5
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
-
fix update race condition during high concurrency
-
add more examples around dml operations using databend jdbc example link
-
several bug fixes #104, #102
v0.1.3
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
Merge pull request #98 from ZhiHanZ/0.1.2
feat: release v0.1.2
0.0.5-rc5
use copy into instead of insert.
Release databend-jdbc 0.0.4
Features:
- add client-side session support
- add officially supported jdbc parameters documentation and implementation
- Bug fixes on IO part