misha-nik

Results 3 issues of misha-nik

### Describe the bug I do 2 almost equals query `SELECT toDateTime('2019-01-01 17:00:00')` within same client with only difference in format: `RowBinaryWithNamesAndTypes` or `TabSeparatedWithNamesAndTypes`. Unexpectedly they returns two different instants...

bug
module-http
priority:medium

### Problem: ClickHouse doc says [DateTime is an instant in time](https://clickhouse.com/docs/en/sql-reference/data-types/datetime). But in actual client's response `Array(DateTime)` represents as `LocalDateTime[]` (or more accurete `ClickHouseArrayValue`) so without additional information it is...

module-jdbc
priority:medium

### Describe the bug I tried to select hash in both tsv and row binary formats and got unexpected behaviour: 1. asString() returns same value for both query as expected...

bug
client-api-v2
area:data-type