Skip to content

Commit

Permalink
chore: Bump DBI dependency to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 12, 2024
1 parent 463381e commit 2e1e829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-DBItest.R
Original file line number Diff line number Diff line change
Expand Up @@ -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, "'"),
Expand Down

0 comments on commit 2e1e829

Please sign in to comment.