dittodb
Test environment for database requests in R that records and replays queries
dittodb has spent four years on CRAN link fixes and one DBI bump.
◆Recent moves
- 5mo ago
Compatibility with DBI 1.3.0
A single-line compatibility release for DBI 1.3.0. The only recent entry that responds to anything other than CRAN's link checker.
View source ↗ - 6mo ago
Documentation links updated for CRAN checks
Link updates to satisfy CRAN checks, the second such release in a row. No functional change.
View source ↗ - 11mo ago
Documentation links updated for new CRAN checks
Documentation link repairs for a new round of CRAN checks. Marks the start of the maintenance-only stretch.
View source ↗ - 2y ago
Clearer errors for early connections; dbplyr table names handled
Improves the error when a connection is opened before start_db_capture(), a common setup mistake, and extends the ignored-table-name list to cover newer dbplyr naming. The last release with functional content.
View source ↗ - 3y ago
Capture support broadened to unknown databases and Teradata
Adds contributed capture support for databases the package does not know specifically, with Teradata called out. Directly extends the coverage that determines whether dittodb is usable at a given shop.
View source ↗ - 4y ago
Mocking works with transactions on; Postgres quoting added
Allows mocking while transactions are enabled and adds Postgres quoting support. The release notes flag full transaction support across separate mock directories as future work, which has not since arrived.
View source ↗