housepower / ClickHouse-Native-JDBC

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

update sql not support LocalDateTime after 2.5.7 #460

Open sxc9870 opened 6 months ago

sxc9870 commented 6 months ago

Environment

Error logs

paste your error logs here

UNKNOWN DataType :class java.time.LocalDateTime

Steps to reproduce

execute update sql LocalDateTime throw the class java.time.LocalDateTime on 2.7.1 but is good at 2.5.7

Other descriptions

is not support again?