DBItest 1.8.1
Features
-
Allow multiple warnings in disconnect tests (#363).
-
Fix specification for Arrow tests (#357).
-
Specify
value
argument fordbCreateTable()
anddbCreateTableArrow()
(#345). -
Enable two tests for
dbGetQueryArrow()
(#342).
Chore
-
Avoid dplyr (#364).
-
Remove
.dots
argument totest_select_with_null()
(#362). -
Prefer
map()
overlapply()
(#361) andmap_*()
overvapply()
(#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.