Jonathan Keane

Results 24 issues of Jonathan Keane

ODBC actually returns connections of classes that it defines itself. As of ODBC 1.4.2, not all of these are exported (e.g. `PostgreSQL` is the resultant class of the connection, but...

Prepare for release: * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_dittodb.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::check(remote = TRUE, manual = TRUE)` * [x] `devtools::check_win_devel()` * [x]...

#151 enabled tests for some dplyr translations, however odbc backends will not work because the class of the mock connection doesn't inherit from the adhoc classes that odbc generates and...

Though RMariadb has replaced it, it is still used.

https://bestpractices.coreinfrastructure.org/en/projects/2136

Fixture files can frequently not pass listing. Should we automatically include fixture directories to no lint if it exists? Provide a better / easier functionality for making sure that isn't...

ropensci reviewer comments

`dput`s of objects were chosen as the first serialization for a few reasons: 1. they are plain text so easily reviewable and understandable in git diffs 1. they serialize any...

If we match DBI's methods, we should be able to test each driver relatively simply. What's the minimal and appropriate set of DBI methods that we should cover to test...

In general, the mocks don't care about the state of the database. However some test cases might want to manipulate the state and get two different results from the same...

I'm taking some time to try and do some clean up chores here (clean lint errors, see if we can reduce the heav(ier) dependencies, that kind of thing). I've tried...