Skip to content

Commit

Permalink
NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Mar 31, 2024
1 parent f5911c4 commit 234081e
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,48 @@
## Features

- Allow multiple warnings in disconnect tests (#363).

- Fix specification for Arrow tests (#357).

- Show DBItest function in backtrace (#349, #354).

- Specify `value` argument for `dbCreateTable()` and `dbCreateTableArrow()` (#345).

- Enable two tests for `dbGetQueryArrow()` (#342).

- Relax `dbListObjects()` spec (#339, #341).

## Chore

- Avoid dplyr (#364).

- Remove `.dots` argument to `test_select_with_null()` (#362).
- Prefer `map()` over `lapply()` (#361).

- Prefer `map()` over `lapply()` (#361) and `map_*()` over `vapply()` (#356).

- Bump DBI dependency to fix tests (#359).
- Add comments to generated code (#358).
- Prefer `map_*()` over `vapply()` (#356).

- Document sources for autogenerated files (#353), add comments to generated code (#358).

- Make test names unique, with a numeric suffix (#355).

- Align with RSQLite (#351).
- Document sources for autogenerated files (#353).

- Replace unconditional skip with versioned skip (#347).

- Consistent use of `skip_if_not_dbitest()` (#346).
- Stabilize test.
- Enable two tests for `dbGetQueryArrow()` (#342).
- Add Aviator configuration.
- Install decor.

## Continuous integration

- Avoid RMariaDB for now, #343.
- Install decor from CRAN.
- Omit more checks, #343.
- Modernize backends checks.

## Documentation

- Use dbitemplate (@maelle, #360).
- Mention `dbBindArrow()` in documentation (#350).
- Minor specification fixes (#344).

## Uncategorized
- Mention `dbBindArrow()` in documentation (#350).

- Merge branch 'cran-1.8.0'.
- Minor specification fixes (#344).


# DBItest 1.8.0 (2023-12-21)
Expand Down

0 comments on commit 234081e

Please sign in to comment.