misha-nik
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...
### 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...
### 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...