Skip to content

Releases: ropensci/dittodb

dittodb 0.1.11

24 Feb 16:59

Choose a tag to compare

  • Established compatibility with DBI 1.3.0 (#197)

dittodb 0.1.10

17 Jan 14:36

Choose a tag to compare

  • Updated links to match CRAN checks (#195)

dittodb 0.1.9

21 Aug 22:31

Choose a tag to compare

  • Updated links in docs for new CRAN checks (#193)

dittodb 0.1.8

09 Apr 03:22

Choose a tag to compare

  • Improved error messages for connections made before running start_db_capture(). (@KoderKow, #183)
  • Added to the dbplyr unique table names that are ignored to work with the newest dbplyr table names. (#188)

dittodb 0.1.7

13 Aug 14:30
d6be1ce

Choose a tag to compare

  • Added better capture support for unknown databases including better capture support for Teradata databases. (#176, @sandstumpen)

dittodb 0.1.6

17 Apr 23:44

Choose a tag to compare

v0.1.6

release 0.1.6

dittodb 0.1.5

15 Apr 17:50

Choose a tag to compare

v0.1.5

0.1.5

dittodb 0.1.4

25 Jun 21:14
c180222

Choose a tag to compare

  • 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

10 Oct 12:12

Choose a tag to compare

  • Minor CRAN update that makes vignette execution conditional when Suggests packages are not available.

dittodb 0.1.2

08 Oct 12:53

Choose a tag to compare

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.

Bug fixes and test improvements

  • ODBC connections that only specify a dsn now use the dsn as the path (@klmr, #132).
  • Compatibility for the forthcoming {testthat} 3e.
  • Test changes for {dbplyr} (@hadley, #134).
  • Internal updates for changes in an upcoming {dbplyr} release.