Stepan Rabotkin

Results 12 comments of Stepan Rabotkin

> While we're doing that I'd also include a point to make go-lint 100%, it would mean comment every exported function/struct etc. I think this is a good idea.

Hi, this problem occurred because the library is trying to write to a closed socket.

> Are you on Windows or on Linux ? In Windows I saw "The pipe is being closed." In Darwin "write unix ->/var/folders/_y/xh91bjnn4h9b8jy324jn71s40000gn/T/discord-ipc-0: write: broken pipe"

Hi @jkaflik. I think auxiliary functions that I published in this PR are inappropriate inside the database driver and it's better to put them in a separate repository, what do...

Okey, sounds good, I will check this PR after vacation

A separate library is ready https://github.com/EpicStep/clickhouse-go-rows-utils

> encoder map to xml? Yes

Hi, it’s a good idea, but I wouldn't want the library to be use to a specific tracing implementation like opentracing, but to provide an interface like in pgx. (https://pkg.go.dev/github.com/jackc/pgx/v5#QueryTracer)