Skip to content

Commit

Permalink
don't check arguments possibly used in NextMethod()
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Nov 6, 2024
1 parent eef618f commit f0e7a0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/backend-mssql.R
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,6 @@ mssql_bit_int_bit <- function(f) {

#' @export
`db_sql_render.Microsoft SQL Server` <- function(con, sql, ..., cte = FALSE, use_star = TRUE) {
check_unsupported_arg(cte, allowed = FALSE)
check_unsupported_arg(use_star, allowed = TRUE)
# Post-process WHERE to cast logicals from BIT to BOOLEAN
sql$lazy_query <- purrr::modify_tree(
sql$lazy_query,
Expand Down

0 comments on commit f0e7a0d

Please sign in to comment.