Skip to content

Commit

Permalink
Changes that make the test cases pass
Browse files Browse the repository at this point in the history
  • Loading branch information
liudvikasakelis committed Feb 7, 2025
1 parent 9b6c011 commit 73cd51f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/verb-compute.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ collapse.tbl_sql <- function(x, ...) {
compute.tbl_sql <- function(x,
name = NULL,
temporary = TRUE,
overwrite = FALSE,
unique_indexes = list(),
indexes = list(),
analyze = TRUE,
Expand Down Expand Up @@ -62,6 +63,7 @@ compute.tbl_sql <- function(x,

name <- db_compute(x$src$con, name, sql,
temporary = temporary,
overwrite = overwrite,
unique_indexes = unique_indexes,
indexes = indexes,
analyze = analyze,
Expand Down
1 change: 1 addition & 0 deletions R/verb-copy-to.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ copy_to.src_sql <- function(dest,
out <- compute(df,
name = name,
temporary = temporary,
overwrite = overwrite,
unique_indexes = unique_indexes,
indexes = indexes,
analyze = analyze,
Expand Down

0 comments on commit 73cd51f

Please sign in to comment.