Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use Dbplyr backends #261

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
fix r check
ablack3 committed Dec 7, 2023
commit 1ab5908907dc3f0d66a321bf2118f4adba30e3af
4 changes: 3 additions & 1 deletion R/DBI.R
Original file line number Diff line number Diff line change
@@ -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 != "") {

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.