-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[client-v2] Testing the JDBC driver #1902
Comments
missing the database parameter as per https://clickhouse.com/docs/en/integrations/tableau which means no default database is available for selection |
Metabase tests fail on the latest snapshot.
this throws in v2: clickhouse-java/jdbc-v2/src/main/java/com/clickhouse/jdbc/ConnectionImpl.java Lines 130 to 136 in 5e304cb
IMO should be just ignored with no-op, cause many standard implementations will try to set these |
@slvrtrn
|
What is the solution here? I am trying to setup tableau cloud (on desktop) to connect to my xxx database on clickhouse and no tables appear. |
@GEORGE-BOAST what driver version do you use? Could you fill in a new bug report? |
I am using the latest JDBC driver with the latest version of tableau desktop. I cannot connect using SSL, when not having said box checked, I can connect, however no tables show. Example; Code: 62. DB::Exception: Syntax error: failed at position 11 ('.'): .tree_lst;. Expected end of query. (SYNTAX_ERROR) (version 24.11.1.2557 (official build)) |
As a user, I think my preferred solution is no-op in case of unsupported standard things. So I guess option one is good. |
AFAIK neither version of the driver modifies the query. please fill a bug report and include the failing query, which you can find in clickhouse system.query_log |
Phase 1 - Automated Connector Tests (ETA: 11/22)
Phase 2 - Manual Connector Testing (ETA: 11/22)
Phase 3 - Nice to have testing (ETA: 11/27)
The text was updated successfully, but these errors were encountered: