Denis Glazachev
Denis Glazachev
@eabuchan Several messages right before this one should contain the HTTP request, with the SQL in its body, can you post those too?
So maybe `qapatient_dob` value is NULL in `CAST(warehouse_qatest.qapatient_dob AS DATE)`?
So, I don't think this is a problem introduced by the driver.
Looks like all of the failed tests are those that require a reachable ClickHouse server and properly configured DSNs. By default, tests will be run for DSNs listed in `TEST_DSN_LIST`...
I see two errors, that should be addressed before anything else: > [HY000] HTTP status code: 404 > Received error: > Code: 73, e.displayText() = DB::Exception: Unknown format ODBCDriver2, e.what()...
I am not sure which Quick Start are you referring to, but `1.1.54236` looks way too old, hence `Code: 73, e.displayText() = DB::Exception: Unknown format ODBCDriver2, e.what() = DB::Exception`.
@filimonov could you please file an issue for that?
We don't have any enforced version compatibility convention right now. You probably need to monitor release notes when upgrading, and, in general, have some kind of staging environment, where you...
That makes sense, and this is exactly what @filimonov suggested. It is just a matter of allocating resources to that task. We need to actually verify what versions work, the...
Consider using ODBC driver via https://github.com/Altinity/clickhouse-tableau-connector-odbc with Tableau.