dittodb 0.1.4
CRAN release: 2022-06-17
- Allow support for mocking when transactions are on (full support for transactions with different mock directories is still planned for the future)
- Add support for quoting with Postgres
dittodb 0.1.3
CRAN release: 2020-10-10
- Minor CRAN update that makes vignette execution conditional when
Suggests
packages are not available.
dittodb 0.1.2
CRAN release: 2020-10-08
New features
- Experimental support for [
expect_sql()
] to check if a specific SQL statement is sent in a test without needing a fixture. Useful for when you only want or need to check that a specific query was sent and you don’t need to check any code after that. This feature is experimental, so might change in a subsequent release.
dittodb 0.1.1
CRAN release: 2020-07-29
- Minor CRAN update that makes tests and examples conditional when
Suggests
packages are not available.
dittodb 0.1.0
CRAN release: 2020-07-24
- Initial release with functionality for recording and playing back database fixtures from a number of DBI-based drivers ({RSQLite}, {RPostgres}, {RMariaDB}, {RPostgreSQL})
- Thanks to @maelle for PR#12
-
nycflights13_create_sql()
now always uses {DBI} - bug fixes to cope with {dbplyr}’s unique table name functions and quoting