Skip to content

Commit

Permalink
use new placeholder_pattern tweak for r-dbi/DBItest#95
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 17, 2016
1 parent 8007f27 commit 4ea89a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/helper-DBItest.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ DBItest::make_context(
SQLite(),
list(dbname = tempfile("DBItest", fileext = ".sqlite")),
tweaks = DBItest::tweaks(
constructor_relax_args = TRUE
constructor_relax_args = TRUE,
placeholder_pattern = c("?", "$1", "$name", ":name")
),
name = "RSQLite"
)

0 comments on commit 4ea89a5

Please sign in to comment.