Kirill Müller

Results 622 issues of Kirill Müller

Print SQL before querying or executing, and a corresponding message when done. Closes #827.

Adding dots after methods have been implemented in other packages is a source of a major pain, learned in pillar/tibble. Those methods are not exported for now, but it's easy...

Working on a fix that involves using `select_query()` in `sql_build.lazy_query_base_remote()`, but this adds extra levels of nesting. I'll review `is_select_trivial()` . ``` r library(dbplyr) tbl % dplyr::show_query() #> #> SELECT...

I'd like to propose a mode where all SQL queries and statements sent to the database are logged, perhaps using classed messages. We have {dblog}, but that log is too...

feature

after changes in rlang 1.0.x . - https://github.com/tidyverse/tibble/pull/1058 - https://github.com/tidyverse/tibble/pull/1064

For https://github.com/r-lib/pillar/issues/272.

Was shown in tibble < 3.0.2, removed for performance reasons? Reinstate.

vctrs ↗️

for better error messages.

feature
vctrs ↗️
subsetting 🍽

Currently returns a data frame. Also consider other methods in base that work for data frames.

feature