Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Apr 13, 2023
1 parent b99d041 commit 7024f23
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 23 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dittodb
Title: A Test Environment for Database Requests
Version: 0.1.4.9000
Version: 0.1.5
Authors@R: c(
person(given = "Jonathan",
family = "Keane",
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# dittodb (development version)

# dittodb 0.1.5
* There is now better support for {dbplyr} editions: mocks should transparently use whatever the backend supports now (#169)
* Improved `bigint` support (thanks to @majazaloznik for reporting this issue, #168)
* Quoting should be more reliable (e.g. quotes are doubled with RPostgres drivers), uncovered by a change in {dbplyr} query optimizations (#172)
* SQLite databases
* Removed the "travelling" vignette since there are much better ways to do something like that now (e.g. {duckdb})

## Internals
* Switched from a semi-hacky C-based approach for creating mock connections, that now uses tracing like capturing already did (#167)
* Various test improvements (thanks @majazaloznik)
* Removed `expect_silent()` in one test to satisfy an R devel bug (#172)
* The pkgdown site should render more correctly (thanks to @maelle, #173)

# dittodb 0.1.4
* 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
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
This submission allows support for mocking when transactions are on, adds support for quoting with Postgres, and corrects a vignette that failed to compile.

## Test environments
* local R installation, R 4.1.3
* local R installation, R 4.2.3
* ubuntu 18.04 (on GitHub actions), R 3.5-4.2, devel
* macOS (on GitHub actions), R 4.1, 4.2
* windows (on GitHub actions), R 4.2

## R CMD check results

0 errors | 0 warnings | 0 note
0 errors | 0 warnings | 0 notes

## revdepcheck results

Expand Down
6 changes: 5 additions & 1 deletion inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ RSQLiteConnection
standardised
tabset
testthat

duckdb
hacky
pkgdown
sqlite
travelling
3 changes: 0 additions & 3 deletions man/mock-db-methods.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 22 additions & 16 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
# Platform

|field |value |
|:--------|:----------------------------------------|
|version |R version 4.1.3 (2022-03-10) |
|os |macOS Monterey 12.3.1 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/Madrid |
|date |2022-06-15 |
|rstudio |2022.02.3+492 Prairie Trillium (desktop) |
|pandoc |2.18 @ /usr/local/bin/ (via rmarkdown) |
|field |value |
|:--------|:--------------------------------------|
|version |R version 4.2.3 (2023-03-15) |
|os |macOS Monterey 12.6.5 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Chicago |
|date |2023-04-12 |
|rstudio |2023.03.0+386 Cherry Blossom (desktop) |
|pandoc |3.1 @ /usr/local/bin/ (via rmarkdown) |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:----------|:--|
|dittodb |0.1.3 |0.1.3.9000 |* |
|package |old |new |Δ |
|:---------|:------|:------|:--|
|dittodb |0.1.4 |0.1.5 |* |
|cli |3.6.1 |3.6.1 | |
|DBI |1.1.3 |1.1.3 | |
|digest |0.6.31 |0.6.31 | |
|glue |1.6.2 |1.6.2 | |
|lifecycle |1.0.3 |1.0.3 | |
|rlang |1.1.0 |1.1.0 | |

# Revdeps

0 comments on commit 7024f23

Please sign in to comment.