Skip to content

Commit

Permalink
feat: Avoid coercing params in default implementation for `dbSendQu…
Browse files Browse the repository at this point in the history
…eryArrow()`
  • Loading branch information
krlmlr authored and aviator-bot committed Dec 25, 2023
1 parent cbec4b7 commit 22b78e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/dbSendQueryArrow_DBIConnection.R
@@ -1,10 +1,6 @@
#' @rdname hidden_aliases
#' @usage NULL
dbSendQueryArrow_DBIConnection <- function(conn, statement, params = NULL, ...) {
if (!is.null(params)) {
params <- as.data.frame(params)
}

result <- dbSendQuery(conn, statement, params = params, ...)

new("DBIResultArrowDefault", result = result)
Expand Down

0 comments on commit 22b78e7

Please sign in to comment.