Paul Loyd

Results 88 comments of Paul Loyd

All right, `String` cannot be written to `FixedString(_)` without `serde(with)`. I think about `clickhouse::serde::fixed_string` for it, https://github.com/serde-rs/serde/issues/1059#issuecomment-1211005392 Now I'm adding `clickhouse::serde` helpers (`time`, `ipv4`, `uuid` are already added), so it...

Hi, thanks for the questions! ## U256 Now there is no default way to do it in this crate because I don't know one good crate for it. For instance,`primitive_types`...

Reopened, because the issue is about `UInt256`

Hi, this library uses `hyper`'s HTTP pool. You can create a client on your own using [hyper::client::Builder](https://docs.rs/hyper/latest/hyper/client/struct.Builder.html) and pass it to `clickhouse::Client::with_http_client`. It should be noted in docs, I agree...

The reason it's not implemented yet is because I think it's better to provide another API for batch processing to avoid overhead on `.await` point at all. I mean, it's...

Hello, it's slightly problematic because I don't want to make it server-compatible. Also, it uses specific signatures ``` pub(crate) fn deserialize_from>( input: impl Buf, temp_buf: &'de mut [u8], ) ->...

Sorry for the late answer. Async inserts are a nice feature and have become production-ready to have API for them. And suggested PR looks great. However, I have ambivalent feelings...

Interesting, I cannot reproduce it locally for now.

Which code do you use when facing it?

I'm sorry for not getting back to you sooner. Can you provide this code instead of images so I can check it?