Skip to content

Commit

Permalink
Escaping now happens earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 28, 2023
1 parent d8b66f3 commit 2b2c3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-verb-set-ops.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ test_that("missing columns filled with NULL", {
test_that("first edition works", {
con <- structure(list(), class = c("Test", "DBIConnection"))

lf <- lazy_frame(x = 1, con = con)
local_methods(
sql_escape_ident.Test = function(con, x) sql_quote(x, "`")
)
lf <- lazy_frame(x = 1, con = con)

local_options(rlib_warning_verbosity = "quiet")

Expand Down

0 comments on commit 2b2c3d2

Please sign in to comment.