From 9dbbdda22302fca741556c2caa628338b099397b Mon Sep 17 00:00:00 2001 From: detule Date: Mon, 30 Sep 2024 19:48:00 -0400 Subject: [PATCH] Update R/dbi-driver.R Co-authored-by: Simon P. Couch --- R/dbi-driver.R | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/R/dbi-driver.R b/R/dbi-driver.R index 96993641..f3499e4d 100644 --- a/R/dbi-driver.R +++ b/R/dbi-driver.R @@ -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: #'