Skip to content

Commit

Permalink
NEWS and CRAN comments [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 21, 2023
1 parent 90f6880 commit 3ce6978
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 44 deletions.
68 changes: 27 additions & 41 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,50 @@

## Bug fixes

- Fix two binding tests (#321).
- Typo.
- Skip test if dplyr is not installed.
- Fix `create_roundtrip_keywords` and `create_roundtrip_quotes` tests (#283).

## Features

- Relax specification of `dbUnquoteIdentifier()`, character vectors are now allowed too.
- Specify `dbFetchChunk()` (#331).

- Specify `dbFetchChunk()` (#331), `dbFetchArrowChunk()` (#301) and `dbBindArrow()` (#328).

- Inline all tests for `dbBind()` (#326).

- Require support for `dbFetch(n = NA)` (#296, #316).

- New `allow_na_rows_affected` tweak to support `NA` values returned from `dbGetRowsAffected()` (#297, #312).
- Add adbi to check matrix (#314).

- Switch to nanoarrow (#291).

- Basic tests for the new `db*Arrow()` interface (#287).

- New `skip_if_not_dbitest()` (#289).
- Reenable ODBC MySQL tests (#288).
- Tweak read_table_missing test (#285).

- `reexport` test uses interface for dev DBI if the backend is compatible with DBItest \> 1.7.3.
This reverts commit bbb444486d0b663a89e66dd61c8b5a97c8e18651.

- Slightly better code generated for `tweaks()` (#313).

## CI/CD

- Add adbi to check matrix (#314).

- Reenable ODBC MySQL tests (#288).

- Tweak `read_table_missing` test (#285).

## Chore

- DBI is on CRAN.
- Bump DBI dependency.
- Revdepcheck results.
- Install DBI from CRAN.
- Remove rlang qualification (#332).
- Remove double `as.data.frame()` (#330).
- Test for `dbBindArrow()` (#328).
- Work around constructive problem (#327).
- Inlining (#325).
- Inlining (#324).
- Towards inlining bind tests (#323).
- Towards generating expressions for bind checks (#320).
- Avoid R6 for testing `dbBind()` (#319).

- No longer need `as.data.frame()` twice for Arrow (#302, #330).

- Consistent use of `skip_if_not_dbitest()` (#317).

- Disable Arrow skips (#303).
- Slightly better code generated for `tweaks()` (#313).
- No longer need `as.data.frame()` twice for Arrow (#302).
- Breadcrumbs (#305).
- Align paths to duckdb in `Makefile` (#306).

- Modernize `sql_union()` (#304).
- Add new `dbFetchArrowChunk()` generic (#301).
- Add Aviator configuration.
- Adapt to changed duckdb directory.
- Simplify workflow.
- Fix CI/CD (#295).
- Try fixing odbc workflows.
- Bump dependencies in GitHub actions.
- Refactor: Prefer functions over constants (#270).

- Make better use of `trivial_df()` (#284).

## Documentation
Expand All @@ -64,17 +57,10 @@ This reverts commit bbb444486d0b663a89e66dd61c8b5a97c8e18651.
## Testing

- Run DBItest for SQLite as part of the checks here (#318).
- Enable remaining Arrow tests (#307).
- Fix checks without suggested packages (#300).

## Uncategorized
- Enable remaining Arrow tests (#307).

- Merge pull request #315 from r-dbi/b-odbc.
Fix compatibility with odbc
- Internal changes only.
- Merge pull request #280 from r-dbi/f-ref-3.
- Merge remote-tracking branch 'refs/remotes/origin/main'.
- Merged cran-1.7.3 into main.
- Fix checks without suggested packages (#300).


# DBItest 1.7.3 (2022-10-18)
Expand Down
4 changes: 1 addition & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ DBItest 1.8.0
## Current CRAN check results

- [x] Checked on 2023-12-21, problems found: https://cran.r-project.org/web/checks/check_results_DBItest.html
- [ ] NOTE: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-windows-x86_64
- [x] NOTE: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-windows-x86_64: Additional_repositories
Package suggested but not available for checking: ‘dblog’

Check results at: https://cran.r-project.org/web/checks/check_results_DBItest.html

0 comments on commit 3ce6978

Please sign in to comment.