Evgeniy Vanzhula

Results 22 comments of Evgeniy Vanzhula

> Из обсуждения в чате все еще не понятно, на какой строке возникает проблема. Нужен тест. Это превентивный МР, если было бы просто воспроизвести, я бы исправления прислал бы... Если...

![image](https://user-images.githubusercontent.com/495246/129673009-dd4e30ad-a9f5-4b6d-9c2e-7672eddaa8f9.png) 1.6 worked with strange errors, but latest tag 1.9 not work at all Compiled on same machine ``` ldd libclickhouseodbc.so linux-vdso.so.1 (0x00007ffff77ed000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f6f43f90000) libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6...

```bash ldd libclickhouseodbcw.so linux-vdso.so.1 (0x00007ffe39597000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fcfbe220000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fcfbe02e000) /lib64/ld-linux-x86-64.so.2 (0x00007fcfbe80b000) libiodbcinst.so.2 => /lib/x86_64-linux-gnu/libiodbcinst.so.2 (0x00007fcfbde1a000) libicuuc.so.66 => /lib/x86_64-linux-gnu/libicuuc.so.66 (0x00007fcfbdc34000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fcfbdc2e000) libicudata.so.66 => /lib/x86_64-linux-gnu/libicudata.so.66...

@traceon nothing has changed Ничего не поменялось...

docker image ` yandex/clickhouse-server:20.12.6.29-alpine`, can install any. ClickHouse not in product state now( i sink issue with iculib...on 1.6 odbc i can access to server and get some info and...

First query from to clickhouse doing with bad query `SELECT N'A'` - for test or someother...can't control this( ![image](https://user-images.githubusercontent.com/495246/129840605-9c0bfd94-11b3-4484-a377-38c7b4ff01f2.png) odbc trace log ```log [ODBC][2918326][1629263037.372148][SQLAllocHandle.c][377] Entry: Handle Type = 2 Input...

@traceon ![image](https://user-images.githubusercontent.com/495246/129845415-6e2f61d8-277b-48bf-b2f5-5cd2d351e1fd.png) # reproduce same behavior with playground: ## Variant 1 Add `VerifyConnectionEarly=On` - for cleanup variant ``` Driver=ClickHouse ODBC Driver (UNICODE); Url=https://play-api.clickhouse.tech:8443/?user=playground&password=clickhouse&database=system; ``` ~1C send multiple query for data,...

same with unicode ``` iusql -v "ClickHouse DSN play" ' [ISQL]ERROR: Could not SQLDriverConnect ``` /etc/odbc.ini ``` [ODBC] Trace = 1 TraceFile = /tmp/odbc-driver-manager-trace.log Debug = 1 DebugFile = /tmp/odbc-driver-manager-debug.log...