Skip to content

Commit

Permalink
Let additional arguments pass from db_compute.DBIConnection() to dbpl…
Browse files Browse the repository at this point in the history
…yr_save_query() (#1037)
  • Loading branch information
rsund authored Dec 21, 2023
1 parent 81f23d4 commit 3ab0ebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# dbplyr (development version)

* Allow additional arguments to be passed from `compute()` all the way to
`sql_query_save()`-method (@rsund).

* The class of remote sources now includes all S4 class names, not just
the first (#918).

Expand Down
1 change: 1 addition & 0 deletions R/db-io.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ db_compute.DBIConnection <- function(con,
con,
sql,
table,
...,
temporary = temporary,
overwrite = overwrite
)
Expand Down

0 comments on commit 3ab0ebe

Please sign in to comment.