You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLDriverConnect() returns SQL_ERROR in the test console app. The only one thing in logs is different and probably the clue, but I have not found a way to change this behavior.:
UNICODE Using encoding ASCII 'UTF-8' and UNICODE 'UCS-2-INTERNAL
UNICODE Using encoding ASCII 'US-ASCII' and UNICODE 'UCS-2-INTERNAL'
btw: Unfortunately, I could not configure additional logging by ClickHouse driver with DriverLog and DriverLogFile options.
Steps to reproduce
Run isql "Driver={ClickHouse};Server=localhost;Port=8123;Database=temp1;UID=user;PWD=password;" -k -v
Describe the bug
SQLDriverConnect() returns SQL_ERROR in the test console app. The only one thing in logs is different and probably the clue, but I have not found a way to change this behavior.:
btw: Unfortunately, I could not configure additional logging by ClickHouse driver with DriverLog and DriverLogFile options.
Steps to reproduce
isql "Driver={ClickHouse};Server=localhost;Port=8123;Database=temp1;UID=user;PWD=password;" -k -v
Expected behaviour
SQLDriverConnect() returns SQL_SUCCESS
Code example
Error log
isql:
Test Console App:
Environment
ClickHouse server
The text was updated successfully, but these errors were encountered: