diff --git a/DESCRIPTION b/DESCRIPTION index 65914df24..9b6862b8b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -18,7 +18,7 @@ Depends: Imports: blob (>= 1.2.0), callr, - DBI (>= 1.2.0), + DBI (>= 1.2.1), desc, hms (>= 0.5.0), lubridate, @@ -44,7 +44,7 @@ Suggests: VignetteBuilder: knitr Remotes: - r-dbi/RSQLite + r-dbi/DBI Config/autostyle/scope: line_breaks Config/autostyle/strict: false Config/testthat/edition: 3 diff --git a/tests/testthat/test-DBItest.R b/tests/testthat/test-DBItest.R index 345c1af12..9604e68e5 100644 --- a/tests/testthat/test-DBItest.R +++ b/tests/testthat/test-DBItest.R @@ -13,7 +13,7 @@ tryCatch(skip = function(e) message(conditionMessage(e)), { RSQLite::SQLite(), list(dbname = tempfile("DBItest", fileext = ".sqlite")), tweaks = DBItest::tweaks( - dbitest_version = "1.8.0", + dbitest_version = "1.8.0.50", constructor_relax_args = TRUE, placeholder_pattern = c("?", "$1", "$name", ":name"), date_cast = function(x) paste0("'", x, "'"),