Oleg V. Kozlyuk

Results 42 comments of Oleg V. Kozlyuk

I understand the desire to use `string` values as storage for byte arrays, but it is not possible to resolve without introducing ambiguity which cannot be resolved at driver level....

What is the scenario you use/plan to use this in `linq2db` for?

Hi, If you are able to reproduce the issue under debugger, you should be able to view the `row` and `i` values under "Locals" or "Autos"

I've added a special type of exception for this - https://github.com/DarkWanderer/ClickHouse.Client/pull/190. Does this cover your needs?

Hi. Sorry for long delay - needed a break to sit and ingest this thoroughly. You make some good points here. Another user already asked to make `PostStreamAsync` public (#61)...

It should not be a problem API-wise (they can be represented as table-valued parameters), but I'm not sure how well it will work with the HTTP API, as I use...

Hi, Thanks for contribution, will definitely look into this

Hi. So your expectation is that values written into a `DateTime` column (without timezone specified) should be read in same way, and, I assume, with `DateTime.Kind == DateTime.Unspecified`. That is...

5.1.0 now has UseServerTimezone flag - it will make the behavior similar to `clickhouse-client` default. Please check & let me know if it works correctly for you - if there...

Hi @MaceWindu Can you provide more details? (& ideally the list of columns where you see mismatch)