Hello,
I was using MSVC to build clickhousecpp (version 2.0.0) on Windows, and the static library was generated successfully. However, an exception of failed to connect occurred when I run the simple-test project. There is a clickhouse server running on my localhost, exposing the 9000 port. I test the connection with python clickhouse_driver and everything is ok.
By the way, I encountered a problem with signbit: ambiguous call to overloaded function when I was building the clickhousecpp library. The problem was solved according to #100, and I don't know whether it is an official solution.
Is there any idea of this issue?
Thanks
Hello,
I was using MSVC to build clickhousecpp (version 2.0.0) on Windows, and the static library was generated successfully. However, an exception of
failed to connectoccurred when I run the simple-test project. There is a clickhouse server running on my localhost, exposing the 9000 port. I test the connection with pythonclickhouse_driverand everything is ok.By the way, I encountered a problem with
signbit: ambiguous call to overloaded functionwhen I was building the clickhousecpp library. The problem was solved according to #100, and I don't know whether it is an official solution.Is there any idea of this issue?
Thanks