Skip to content

Commit

Permalink
Coerce rather than checking
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Dec 18, 2023
1 parent bff0130 commit e7bef90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/db.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ db_col_types <- function(con, table, call) {
return(NULL)
}

check_table_name(table)
table <- as_table_name(table, con)
UseMethod("db_col_types")
}

Expand Down

0 comments on commit e7bef90

Please sign in to comment.