-
I've been using `clickhouse-jdbc-bridge` v1.0 for a long time. It helps me tremendously. A couple of days ago, I wanted to build a new Clickhouse cluster that uses the new version of the clickhouse-jd…
-
It appears that the JDBC-ODBC Bridge has been removed by Oracle in Java 8.
http://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/
I can confirm that using it with Java 8 will yield an except…
-
It appears that the JDBC-ODBC Bridge has been removed by Oracle in Java 8.
http://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/
I can confirm that using it with Java 8 will yield an except…
-
It appears that the JDBC-ODBC Bridge has been removed by Oracle in Java 8.
http://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/
I can confirm that using it with Java 8 will yield an except…
-
configured ok based on https://clickhouse.com/docs/en/integrations/jdbc/jdbc-with-clickhouse
using select * from jdbc('mysql10', 'schema_name', 'table_name') successful and get results right
but th…
-
Ahaha,it's me again.Thank for this project to solve my demand.Meanwhile,There are some configuration problems I wanna put up .The main directory is below :
clickhouse-jdbc-bridge
├── docker
├── …
-
It appears that the JDBC-ODBC Bridge has been removed by Oracle in Java 8.
http://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/
I can confirm that using it with Java 8 will yield an except…
-
This needs to be implemented in the future with co-operation with HSK office
-
Because the apache http client is shaded, the logging it uses (apache commons logging) also becomes shaded.
When this is shaded it's not possible to use the commons logging to slf4j bridge, meaning t…
-
Recently I executed the "insert into from " on Click House client,it showed that jdbc-bridge is not running.In fact ,I already ran it.