Skip to content

Commit

Permalink
replace oracleTempSchema with tempEmulationSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
ginberg committed Oct 11, 2024
1 parent 803d982 commit c9c1991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/GetDefaultCovariates.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ getDbDefaultCovariateData <- function(connection,
sql <- SqlRender::translate(
sql = todo$sqlQueryContinuousFeatures,
targetDialect = attr(connection, "dbms"),
oracleTempSchema = oracleTempSchema
tempEmulationSchema = tempEmulationSchema
)
DatabaseConnector::querySqlToAndromeda(
connection = connection,
Expand Down

0 comments on commit c9c1991

Please sign in to comment.