Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
[client-v2] Implemented more friendly number conversion. Now it is possible to convert smaller type to bigger one.
It is also possible to convert bigger into smaller if value fits into the range. (ClickHouse/clickhouse-java#1852)
[client-v2] Ported a feature that allows to remember DB roles for a client instance. See com.clickhouse.client.api.Client#setDBRoles
for details. (ClickHouse/clickhouse-java#1832)
[client-v2] Ported a feature that allows adding comments to a query.
See com.clickhouse.client.api.insert.InsertSettings#logComment and com.clickhouse.client.api.query.QuerySettings#logComment
for details. (ClickHouse/clickhouse-java#1836)
[client-v2] Implemented a way to define a custom matching between a column name and a field in a POJO in Client#register method. (ClickHouse/clickhouse-java#1866)
[client-v1, client-v2] Implemented HTTP Basic authentication and made it a default auth method for HTTP interface. It
was done to address problem with passwords contianing special and UTF8 characters. New configuration option
com.clickhouse.client.http.config.ClickHouseHttpOption.USE_BASIC_AUTHENTICATION for client v1 is added. For client v2
use com.clickhouse.client.api.Client.Builder#useHTTPBasicAuth method. (ClickHouse/clickhouse-java#1305)
[client] Fixed handling error from server in response with 200 OK status. Happens when
send_progress_in_http_headers is requested and query runs for a long time. (ClickHouse/clickhouse-java#1821)
[client-v2] Implemented more friendly number conversion. Now it is possible to convert smaller type to bigger one.
It is also possible to convert bigger into smaller if value fits into the range. (ClickHouse/clickhouse-java#1852)
[client-v2] Ported a feature that allows to remember DB roles for a client instance. See com.clickhouse.client.api.Client#setDBRoles
for details. (ClickHouse/clickhouse-java#1832)
[client-v2] Ported a feature that allows adding comments to a query.
See com.clickhouse.client.api.insert.InsertSettings#logComment and com.clickhouse.client.api.query.QuerySettings#logComment
for details. (ClickHouse/clickhouse-java#1836)
[client-v2] Implemented a way to define a custom matching between a column name and a field in a POJO in Client#register method. (ClickHouse/clickhouse-java#1866)
[client-v1, client-v2] Implemented HTTP Basic authentication and made it a default auth method for HTTP interface. It
was done to address problem with passwords contianing special and UTF8 characters. New configuration option
com.clickhouse.client.http.config.ClickHouseHttpOption.USE_BASIC_AUTHENTICATION for client v1 is added. For client v2
use com.clickhouse.client.api.Client.Builder#useHTTPBasicAuth method. (ClickHouse/clickhouse-java#1305)
[client] Fixed handling error from server in response with 200 OK status. Happens when
send_progress_in_http_headers is requested and query runs for a long time. (ClickHouse/clickhouse-java#1821)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps com.clickhouse:clickhouse-jdbc from 0.7.0 to 0.7.1.
Release notes
Sourced from com.clickhouse:clickhouse-jdbc's releases.
Changelog
Sourced from com.clickhouse:clickhouse-jdbc's changelog.
Commits
3667f7d
Make clickhouse-http-client as mandatory dependency6b40122
Merge pull request #1898 from ClickHouse/pre_0.7.18d9aa24
pre 0.7.1 changes85f7bae
Merge pull request #1892 from ClickHouse/fix_password_authentication842f519
disable tests for cloud8ffa30a
added configuration flags to switch between basic auth and CH auth headers8533f46
Merge branch 'main' into fix_password_authentication714dcf8
Merge pull request #1895 from ClickHouse/fix-insert-settings8b25d63
Tweak the settinge1e7416
Merge pull request #1894 from ClickHouse/jdbc_framework_detectionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show