Daniel Possenriede
Daniel Possenriede
> This might be broken still, or again. FWIW `dbListObjects()` works with named `Id()` as `prefix`, but does not (i.e. returns an empty result!) with an unnamed `Id()`. ``` r...
https://github.com/r-dbi/RPostgres/blob/73dbac8d37f7435ea26eef8c42ba387ba3a507f4/NEWS.md?plain=1#L287 https://github.com/r-dbi/DBI/issues/173 Not a contradiction per se, but 🤔
> What do you mean by "breaks"? Is this different from "a feature that is not yet implemented here"? Aren't all bugs just features not yet implemented? 😄 Just [saw](https://github.com/r-dbi/DBItest/commit/b810359c5e2e4ec949d93e77bc2bbe3f03187eb4),...
> The NEWS item you mentioned is not about component names, but about the names of the resulting vector. Technically true, but don't the names for the resulting vector usually...
> What do you mean by "breaks"? Is this different from "a feature that is not yet implemented here"? Sorry, I may have misunderstood. Did you mean whether I think...
> That said, it is rarely necessary to tell which database structure a component is referring to Not so rarely after all: https://github.com/r-dbi/RPostgres/blob/f15f8f445def9e24ff98e4bfc910efcf705c85aa/R/tables.R#L135 https://github.com/r-dbi/RPostgres/blob/f15f8f445def9e24ff98e4bfc910efcf705c85aa/R/tables.R#L170 https://github.com/r-dbi/RPostgres/blob/f15f8f445def9e24ff98e4bfc910efcf705c85aa/R/dbListObjects_PqConnection_ANY.R#L25-L27 So right now I am...
I assume https://github.com/r-dbi/DBI/pull/422 will have to be implemented here as well, @krlmlr? > Do we still need this right now, if the user has a way to create `Id` objects...
@paleolimbot engaging with your hijacking (sorry, not sorry 😬): Would a reverse conversion, i.e. character/factor to an existing enum with `write_adbc(mode = "append")`, be possible, too? Would an update cache...
Would you consider making virtualenv activation optional? Currently most users probably prefer activation, so that should probably be the default.
I'm refering to point 5 here, i.e. activation isn't necessary if you use `uv run` and might (and that's a big might) be even less so in the future. >...