Skip to content

DBItest 1.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 01:38
· 90 commits to main since this release

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) and map_*() over vapply() (#356).

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

  • 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).

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

  • Consistent use of skip_if_not_dbitest() (#346).

Continuous integration

  • Modernize backends checks.

Documentation

  • Use dbitemplate (@maelle, #360).

  • Mention dbBindArrow() in documentation (#350).

  • Minor specification fixes (#344).