clickhouse-odbc
clickhouse-odbc copied to clipboard
ODBC driver for ClickHouse
We are trying to connect Cognos with ClickHouse (21.3.16.5). We installed latest driver for MS Windows 64 bit (1.1.10.20210822) on a 64 bit Windows machine running 64 bit Cognos. We...
Hi I tried to connect to Yandex Playground (https://play-api.clickhouse.com:8443) using latest driver. Ansi driver works fine. Unicode driver generates error if you try to SELECT from any table. ODBC trace...
Hi, I faced with driver error when had trying to connect Tableau Desktop 2021.2.1 Tried solution from issue [#363](https://github.com/ClickHouse/clickhouse-odbc/issues/363#issuecomment-872233784) but didn't help
Draft of changes to add support for optional logs.
http body receive sql : -- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browser\n\n SELECT `t0`.`date` AS `date`, SUM({fn...
http body receive sql : -- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browser\n\n SELECT `t0`.`date` AS `date`, SUM({fn...
Hi driver always returns "01.00.0000" as server version no matter what CH version is. It would be great to see real CH server version ( for example 21.8.5.12) if connection...
Closes https://github.com/ClickHouse/clickhouse-odbc/issues/274. Different values from `SQLDescribeCol` and `SQLColAttribute` are tested for all supported types.
есть ClickHouse version 20.7.2.30 (official build) таблица с полем типа Decimal(18, 2) в MS SQL создан Linked Server через драйвер ODBC Release 1.1.9.20201226 win64 Unicode по инструкции в тесте при...
Info: ```bash uname -a Linux dev-ubt 5.4.0-80-generic #90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ``` Steps: ```bash git clone --recursive --branch v1.1.9.20201226 https://github.com/ClickHouse/clickhouse-odbc cmake -DCH_ODBC_RUNTIME_LINK_STATIC=On...