Skip to content

Commit

Permalink
Bump version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Mar 31, 2024
1 parent e59475c commit cac5850
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 88 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: DBItest
Title: Testing DBI Backends
Version: 1.8.0.9010
Version: 1.8.1
Date: 2024-03-31
Authors@R: c(
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
Expand Down
97 changes: 10 additions & 87 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,124 +1,47 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# DBItest 1.8.0.9010 (2024-03-31)
# DBItest 1.8.1 (2024-03-31)

## 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).
- Relax `dbListObjects()` spec (#339, #341).

## Chore

- Avoid dplyr (#364).

- Remove `.dots` argument to `test_select_with_null()` (#362).

- Prefer `map()` over `lapply()` (#361).


# DBItest 1.8.0.9009 (2024-01-23)

## Documentation

- Use dbitemplate (@maelle, #360).


# DBItest 1.8.0.9008 (2024-01-21)

## Chore

- Bump DBI dependency to fix tests (#359).


# DBItest 1.8.0.9007 (2024-01-15)

## Chore

- Add comments to generated code (#358).


# DBItest 1.8.0.9006 (2024-01-12)

## Features

- Fix specification for Arrow tests (#357).

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

## Chore

- Prefer `map_*()` over `vapply()` (#356).

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

- Align with RSQLite (#351).

- Document sources for autogenerated files (#353).

## Documentation

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


# DBItest 1.8.0.9005 (2023-12-27)

## Chore

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


# DBItest 1.8.0.9004 (2023-12-26)

## Features

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

## Chore

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

- Stabilize test.

## Documentation

- Minor specification fixes (#344).


# DBItest 1.8.0.9003 (2023-12-25)

## Features

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

## Chore

- 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

# DBItest 1.8.0.9002 (2023-12-21)

- Merge branch 'cran-1.8.0'.


# DBItest 1.8.0.9001 (2023-12-21)

- Merge branch 'cran-1.8.0'.

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

# DBItest 1.8.0.9000 (2023-12-21)
## Uncategorized

- Merge branch 'cran-1.8.0'.

Expand Down

0 comments on commit cac5850

Please sign in to comment.