Skip to content

Commit

Permalink
Update R/dbi-driver.R
Browse files Browse the repository at this point in the history
Co-authored-by: Simon P. Couch <[email protected]>
  • Loading branch information
detule and simonpcouch authored Sep 30, 2024
1 parent 3c6d5ce commit 9dbbdda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/dbi-driver.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ setMethod("show", "OdbcDriver",
#' @param bigint The R type that `SQL_BIGINT` types should be mapped to.
#' Default is [bit64::integer64], which allows the full range of 64 bit
#' integers.
#' @param timeout Time in seconds to timeout the connection attempt. Setting an
#' `NA` timeout or a timeout of `Inf` indicates no timeout. Defaults to
#' 10 seconds.
#' @param timeout Time in seconds to timeout the connection attempt. Setting a
#' timeout of `Inf` or `NA` indicates no timeout. Defaults to 10 seconds.
#'
#' @section Connection strings:
#'
Expand Down

0 comments on commit 9dbbdda

Please sign in to comment.