Skip to content

Commit f0e7a0d

Browse files
committed
don't check arguments possibly used in NextMethod()
1 parent eef618f commit f0e7a0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/backend-mssql.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,6 @@ mssql_bit_int_bit <- function(f) {
634634

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

0 commit comments

Comments
 (0)