clickhouse.rs icon indicating copy to clipboard operation
clickhouse.rs copied to clipboard

`Query::fetch_bytes` API is inconsistent with `Query::fetch_all`

Open slvrtrn opened this issue 9 months ago • 2 comments

See https://github.com/ClickHouse/clickhouse-rs/pull/182#pullrequestreview-2660245334 query().fetch() and query(..).fetch_all() vs query(..).fetch_bytes().collect()

slvrtrn avatar Mar 12 '25 19:03 slvrtrn

Can you expand on what the issue here is? Is it just a correctness issue? How bad is it? Is there a simple repro? Does it happen all the time?

aaronvg avatar Jun 26 '25 19:06 aaronvg

It's not about correctness, only API patterns

loyd avatar Jul 02 '25 05:07 loyd