Hadley Wickham

Results 1547 comments of Hadley Wickham

Closing, since it's been ~10 years (😱) without further discussion.

S3 method registration in the global environment has changed quite a bit in the last ~8 years , so I'm closing this because it's likely no longer relevant.

Closing this since it's been ~8 years and you've presumably figured it out, but I suspect it's something to do with the implicit print that is needed to accurately generate...

``` r cbind.default => cbind.default #> * cbind (internal) cbind(structure(x, class = "numeric")) #> [,1] #> [1,] 1 #> [2,] 2 #> [3,] 3 ``` Created on 2023-10-30 with [reprex...

I don't see an obvious way to do this as I'm pretty sure we'll need different variants for different SQL dialects, and `DBI::dbQuoteIdentifier()` ignores names: ``` r con `y` #>...

I've closed this issue due to lack of requested reprex. If you still care about this bug, please open a new issue with a reprex.

I'll leave `db_*` and `sql_` as is since they're not user facing