Vladimir Panfilov
Vladimir Panfilov
@shrektan I can still easily reproduce this issue with DT 0.16 on both Chrome 86 and Firefox 82.
Thanks for fast reply. My knowledge of C language is very little, so I can't help you much with pull request. Personally, I think that using `rlang::set_chr_encoding` or `base::Encoding` on...
If you want to choose the most flexible solution, you can add `encoding` argument to the `dbConnect` method with the default value `UTF-8`. So, with the default value all strings...
Casting to named tuples has been actually working without new analyzer for a long time, there is a test for that: https://github.com/ClickHouse/ClickHouse/blob/master/tests/queries/0_stateless/00547_named_tuples.sql. But it is really inconvenient to hardcode datatypes...
Ok, I will provide some basic tests when I have some free time. At first, I want to take a look at others YAML merge utilities and compare their behaviour.