Evgeniy Vanzhula

Results 22 comments of Evgeniy Vanzhula

``` iusql -v "ClickHouse DSN (Unicode)" ' [ISQL]ERROR: Could not SQLDriverConnect ``` odbc.ini ``` [ODBC] Trace = 1 TraceFile = /tmp/odbc-driver-manager-trace.log Debug = 1 DebugFile = /tmp/odbc-driver-manager-debug.log [ODBC Data Sources]...

UNICODE -> Unicode - no change. Telegram, Zoom or AnyDesc - to show in homedir files not exists ``` cat ~/.odbc.ini ``` ``` cat ~/.odbcinst.ini cat: /root/.odbcinst.ini: No such file...

Configuration is ok. change library to version 1.6 from tags and error with `'` has gone ``` iusql -v "ClickHouse DSN (Unicode)" +---------------------------------------+ | Connected! | | | | sql-statement...

# ldd ``` ldd libclickhouseodbcw.so linux-vdso.so.1 (0x00007ffc35da2000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8989e5a000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8989c68000) /lib64/ld-linux-x86-64.so.2 (0x00007f898a44c000) libiodbcinst.so.2 => /lib/x86_64-linux-gnu/libiodbcinst.so.2 (0x00007f8989a54000) libicuuc.so.66 => /lib/x86_64-linux-gnu/libicuuc.so.66 (0x00007f898986e000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8989868000) libicudata.so.66...

file ~/.odbc.ini - recreated ``` $ cat ~/.odbc.ini $ rm ~/.odbc.ini $ cat ~/.odbc.ini cat: /home/xxxx/.odbc.ini: No such file or directory $ iusql -v "ClickHouse DSN (Unicode)" ' [ISQL]ERROR: Could...

work with iusql, but not with 1C ... ``` iusql -v "ClickHouse DSN (Unicode)" [unixODBC][Driver Manager]Data source name not found, and no default driver specified [ISQL]ERROR: Could not SQLDriverConnect root@1cdev-ubt:/home/xxx/clickhouse-odbc/build/driver#...

Any chance to force driver use custom encoding 'ANSI_X3.4-1968' - to 'UTF-8' 1C `UNICODE Using encoding ASCII 'ANSI_X3.4-1968' and UNICODE 'UCS-2LE'` iusql `UNICODE Using encoding ASCII 'UTF-8' and UNICODE 'UCS-2LE'`...

I check 1C to used libs I delete library with ANSI and all links to it - so they use with Unicode 100% Unfortunately i can't access to code of...

https://user-images.githubusercontent.com/495246/130080891-089a358b-6201-4fe0-b73d-75b432029a5b.png Problem one - proper encoding in linux. 1C use UTF-16 in internal representation - and on screenshot drop every 2 symbol # On windows all ok ![image](https://user-images.githubusercontent.com/495246/130116038-9af5dbba-ef74-477f-b8fb-0e66de2508d5.png)

open a new issue? This (build & work in ubuntu) looks finished