Skip to content

Conversation

@Paultagoras
Copy link
Contributor

Summary

  • Switch supportsBatchUpdates() from false to true

Closes #2322

Checklist

Delete items not relevant to your PR:

  • Closes #
  • Unit and integration tests covering the common scenarios were added
  • A human-readable description of the changes was provided to include in CHANGELOG
  • For significant changes, documentation in https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials

@Paultagoras Paultagoras requested a review from chernser April 22, 2025 21:41
@Paultagoras Paultagoras self-assigned this Apr 22, 2025
@sonarqubecloud
Copy link


@Override
public boolean ownUpdatesAreVisible(int type) throws SQLException {
// TODO: should be true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this TODO mean?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it means that we need to review what we return here. name of the method tells nothing about what method should do unfortunately

@Paultagoras Paultagoras merged commit 01f47f3 into main Apr 24, 2025
25 checks passed
@Paultagoras Paultagoras deleted the small-meta-tweak branch April 24, 2025 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[clickhouse-jdbc v2]The supportsBatchUpdates() method in the DatabaseMetaData class returning false results in the failure to execute executeBatch()

4 participants