Skip to content

Commit

Permalink
Merge pull request #333 from r-dbi/f-320-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 15, 2021
2 parents f3e3c08 + 9a00ab9 commit 93e335e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tables.R
Expand Up @@ -193,7 +193,7 @@ format_keep_na <- function(x, ...) {
#' uses placeholders of the form `$1`, `$2` etc. instead of `?`.
#' @rdname postgres-tables
#' @export
setMethod("dbAppendTable", c("PqConnection"),
setMethod("dbAppendTable", "PqConnection",
function(conn, name, value, copy = NULL, ..., row.names = NULL) {
stopifnot(is.null(row.names))
stopifnot(is.data.frame(value))
Expand Down

0 comments on commit 93e335e

Please sign in to comment.