R/sql_int.R

#' @export
method(render_sql, list(smallint, con_pq)) <- function(x, con, ...) {
  sql("smallint")
}
nbenn/sqlr documentation built on Sept. 16, 2022, 2:40 a.m.