Skip to content

Commit

Permalink
Merge pull request #472 from r-dbi/f-sqlite
Browse files Browse the repository at this point in the history
chore: RSQLite test updates
  • Loading branch information
aviator-app[bot] authored May 1, 2024
2 parents 662853f + ed55104 commit cb5235a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions 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.7.2",
dbitest_version = "1.8.0.50",
constructor_relax_args = TRUE,
placeholder_pattern = c("?", "$1", "$name", ":name"),
date_cast = function(x) paste0("'", x, "'"),
Expand All @@ -35,9 +35,6 @@ skip_if_not_installed("DBItest")

DBItest::test_all(
skip = c(
if (getRversion() < "4.0") c(
"stream_bind_too_many",
"arrow_stream_bind_too_many"
)
if (getRversion() < "4.0") "stream_bind_too_many"
)
)

0 comments on commit cb5235a

Please sign in to comment.