Denis Glazachev
Denis Glazachev
Без steps/data to reproduce, я ничем не смогу помочь. Известных проблем с FixedString - нет.
This error comes from the HTTP client implementation code. Can you reproduce the same query using `curl` in verbose mode, it should show a lot of HTTP headers received from...
Testing/verifying of this is blocked by https://github.com/ClickHouse/clickhouse-odbc/pull/247
В зависимости от того, как ODBC клиент считывает такие длинные данные, может возникнуть ситуация, которая еще не поддерживается в драйвере. А именно: https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/getting-long-data Также, связанные issues: #222 #197
Try to make sure the Driver and DSN are configured correctly using command line tool from iODBC.
Tableau Desktop for macOS expects the ODBC driver to be built against iODBC. You are building for iODBC, right? But first of all, try to make sure `iodbctest` works with...
How do you get Tableau working with `19.7.5.27` if you don't have a driver?
Please take a look at `README.md` in the root of the repo.
To use Tableau Desktop with ClickHouse server you'll need: 1. Tableau Desktop (where to get, how to configure, and how to use is out of scope) 2. ClickHouse server (where...