Skip to content

The Clickhouse JDBC driver doesn't report driver version #2245

@rogerbj

Description

@rogerbj

Connected to Clickhouse with this JDBC driver:

<dependency>
   <groupId>com.clickhouse</groupId>
   <artifactId>clickhouse-jdbc</artifactId>
   <version>0.8.2</version>
   <type></type>
</dependency>

Calling DatabaseMetaData.getDriverVersion() returns unknown.
Expected: It should return the actual version which in this case is 0.8.2.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions