Skip to content

Commit

Permalink
release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Apr 16, 2023
1 parent b5eadb9 commit 90a1528
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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.5.9000
Version: 0.1.6
Authors@R: c(
person(given = "Jonathan",
family = "Keane",
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# dittodb (development version)

# dittodb 0.1.6
* Bugfix for `integer64` roundtrips. Instead of falling back to non-hexNumeric output, we serialize first and maintain hexNumeric output.

# 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)
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
This submission allows support for mocking when transactions are on, adds support for quoting with Postgres, and corrects a vignette that failed to compile.
This submission fixes an issue with M1 macs and builds with no long doubles available.

## Test environments
* 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
* macOS (on GitHub actions), R 4.1, 4.2 as well as 4.2 on an M1
* windows (on GitHub actions), R 4.2

## R CMD check results
Expand Down
6 changes: 3 additions & 3 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Chicago |
|date |2023-04-12 |
|date |2023-04-16 |
|rstudio |2023.03.0+386 Cherry Blossom (desktop) |
|pandoc |3.1 @ /usr/local/bin/ (via rmarkdown) |
|pandoc |3.1 @ /usr/local/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:---------|:------|:------|:--|
|dittodb |0.1.4 |0.1.5 |* |
|dittodb |0.1.5 |0.1.6 |* |
|cli |3.6.1 |3.6.1 | |
|DBI |1.1.3 |1.1.3 | |
|digest |0.6.31 |0.6.31 | |
Expand Down

0 comments on commit 90a1528

Please sign in to comment.