diff --git a/R/dbSendQueryArrow_DBIConnection.R b/R/dbSendQueryArrow_DBIConnection.R index 3375da9c..90b5024a 100644 --- a/R/dbSendQueryArrow_DBIConnection.R +++ b/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)