Skip to content

Commit

Permalink
fix r check
Browse files Browse the repository at this point in the history
  • Loading branch information
ablack3 committed Dec 7, 2023
1 parent 04be417 commit 1ab5908
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion R/DBI.R
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,9 @@ setMethod(
#' @export
setMethod(
"dbWriteTable",
"DatabaseConnectorConnection",
c(conn = "DatabaseConnectorConnection",
name = "character",
value = "data.frame"),
function(conn,
name, value, databaseSchema = NULL, overwrite = FALSE, append = FALSE, temporary = FALSE, oracleTempSchema = NULL, tempEmulationSchema = getOption("sqlRenderTempEmulationSchema"), ...) {
if (!is.null(oracleTempSchema) && oracleTempSchema != "") {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified tests/testthat/testthat-problems.rds
Binary file not shown.

0 comments on commit 1ab5908

Please sign in to comment.