Skip to content

Commit

Permalink
Pass ... on in sql
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Apr 12, 2017
1 parent a6c12d9 commit 9cea437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/compat-dbplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ wrap_dbplyr_obj <- function(obj_name) {
#' @export
sql <- function(...) {
check_dbplyr()
dbplyr::sql()
dbplyr::sql(...)
}

0 comments on commit 9cea437

Please sign in to comment.