housepower / ClickHouse-Native-JDBC

ClickHouse Native Protocol JDBC implementation
https://housepower.github.io/ClickHouse-Native-JDBC/
Apache License 2.0
523 stars 145 forks source link

No support for Bool type #415

Open xRomZak opened 2 years ago

xRomZak commented 2 years ago

Environment

OS version: JDK version:8 ClickHouse Server version: 22.3.2.2-lts ClickHouse Native JDBC version:2.6.5

Error logs

java.sql.SQLException: Unknown data type: Bool

Steps to reproduce

PreparedStatement.setBoolean()

Other descriptions

image
AlexChirkov commented 11 months ago

Have you find any solution for this issue?

ValeryDubrava commented 11 months ago

I have the same issue. Bool just not supported, that's it.