IMSMWU/RClickhouse

Version 0.5.1 doesn't work on Windows

vpanfilov opened this issue · 3 comments

Hello.

Thanks for the long-anticipated update of your package, but I can't get it working on Windows:

The following code is working fine on Linux with RClickhouse 0.5.1:

conn <- DBI::dbConnect(RClickhouse::clickhouse(), host = "10.0.0.219")

but on Windows I get:

Error in connect(config[["host"]], strtoi(config[["port"]]), config[["db"]],  :
  fail to connect: No error

Thank you for this bug report! We'll take a look at it and get back to you asap.

See also 0bc1280

@danielw2904 Thanks for the fix, connecting on Windows is working now.