dittodb
dittodb copied to clipboard
dittodb: A Test Environment for DB Queries in R
#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.
Not sure if you are taking feature requests or not, but I thought I'd give it a try. 1. `expect_SQL()` - similar to `expect_POST/GET` in httptest. I find myself often...
URL: https://github.com/r-dbi/dblog Blog post: https://www.r-dbi.org/blog/dbi-3-2/, section "Logging with the {dblog} package" My package uses a different approach -- implementing a `LoggingDBIDriver` object that wraps another arbitrary `DBIDriver` object. So far...
https://bestpractices.coreinfrastructure.org/en/projects/2136
Hello! Firstly, thanks for working on this package. I am very excited about it! I'm getting a warning from testthat when my query involves dplyr and `head()` to limit the...
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...
Hi The password from https://github.com/jonkeane/dittodb/blob/master/db-setup/postgres-docker.sh has to be pasted at https://github.com/jonkeane/dittodb/blob/master/tests/testthat/setup.R. Otherwise, the tests that have to be manually run (https://github.com/jonkeane/dittodb/blob/master/tests/testthat/test-dbi-generic-integration.R) won't work because of wrong password.
`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...
parts to change https://github.com/jonkeane/dittodb/blob/master/R/paths.R#L36 https://github.com/jonkeane/dittodb/blob/master/R/connection.R#L131 https://github.com/jonkeane/dittodb/blob/master/R/recording.R#L151