Kirill Müller

Results 2418 comments of Kirill Müller

Currently, `BoundForeignKeyConstraint` doesn't contain schema information. I wonder if we should move towards fulfilling the assertion in https://github.com/krlmlr/duckdb/commit/e7c0e134e5411acaea5fbca82ae46e01046d6bd3 .

For the R connector, the following columns need translations in 192e3cf8ab0a42a0cbaee69a639ebdaaaeee54dc: - `timestamp_tz` - `time_tz` (what is this?) - `uuid` (to ALTREP string with class?) - `interval` (to R's `difftime`)...

Thanks for raising this. I think these days `/` works as a file separator everywhere? What's the motivation behind splitting the path?

Thanks for your contribution, it looks very useful. A few suggestions: - Expand `T` and `F` - Replace `1:x` with `seq_len()` - Replace `sapply()` with `vapply()` or `map_chr()` - Run...

Thanks. What do you see with `here()` ?

Is this on Windows? Can you please try `here(enc2utf8(...))` ?

Thanks. What's the output of `here::dr_here()` ?

Ideally, `!!` and `.env$` would behave identically for all practical purposes. Is this the only exception?

Would stickyness imply focus (#6252)?

We can fake it already, but overwriting would be a tad faster: ``` r library(tidyverse) df # A tibble: 5 x 1 #> a #> #> 1 1 #> 2...