Descriptionconnection clickhouse 20.8.3.18 error report:SQL 错误 [22000]: Code: 115. DB::Exception: (transport error: 404) DBeaver VersionCommunity Edition 20.8.3.18 Operating Systemwindows 10 Database and driverDatabase name and version: Clickhouse 20.8.3.18 Steps to reproduceNo response Additional contextdbeaver log: clickhouse server log: |
Replies: 4 comments
|
@Rabbit-st Thank you for your report. We will investigate, but version 20.8.3.18 is past End-of-life status and drivers may not be available. |
|
Good day, @Rabbit-st ! I'm from ClickHouse JDBC driver team.
|
There is no option to remove the |
|
@Rabbit-st |
@Rabbit-st
Thank you for explanation!
yes -
async_insertwas hardcoded in JDBC v2. But it was used by default after0.8.0version. That is why I have not mentioned it.And yes - we have removed all hard-coded settings in
0.10.0-rc1.