diff --git a/R/spec-arrow-get-query-arrow.R b/R/spec-arrow-get-query-arrow.R index 7a3c8031b..e4acff691 100644 --- a/R/spec-arrow-get-query-arrow.R +++ b/R/spec-arrow-get-query-arrow.R @@ -11,8 +11,8 @@ spec_arrow_get_query_arrow <- list( arrow_get_query_arrow_atomic = function(con) { #' @return - #' `dbGetQueryArrow()` always returns an object coercible to a [data.frame] - #' with as many rows as records were fetched and as many + #' `dbGetQueryArrow()` always returns an object coercible to a [data.frame], with + #' as many rows as records were fetched and as many #' columns as fields in the result set, #' even if the result is a single value query <- trivial_query() diff --git a/R/spec-result-get-query.R b/R/spec-result-get-query.R index 5c28d2889..1b03e5bae 100644 --- a/R/spec-result-get-query.R +++ b/R/spec-result-get-query.R @@ -11,8 +11,8 @@ spec_result_get_query <- list( get_query_atomic = function(con) { #' @return - #' `dbGetQuery()` always returns a [data.frame] - #' with as many rows as records were fetched and as many + #' `dbGetQuery()` always returns a [data.frame], with + #' as many rows as records were fetched and as many #' columns as fields in the result set, #' even if the result is a single value query <- trivial_query() diff --git a/man/spec_arrow_get_query_arrow.Rd b/man/spec_arrow_get_query_arrow.Rd index eb98cf7f2..9ca08a479 100644 --- a/man/spec_arrow_get_query_arrow.Rd +++ b/man/spec_arrow_get_query_arrow.Rd @@ -5,8 +5,8 @@ \alias{spec_arrow_get_query_arrow} \title{spec_arrow_get_query_arrow} \value{ -\code{dbGetQueryArrow()} always returns an object coercible to a \link{data.frame} -with as many rows as records were fetched and as many +\code{dbGetQueryArrow()} always returns an object coercible to a \link{data.frame}, with +as many rows as records were fetched and as many columns as fields in the result set, even if the result is a single value or has one diff --git a/man/spec_result_get_query.Rd b/man/spec_result_get_query.Rd index 7f9fdd2ee..56dbb0a4b 100644 --- a/man/spec_result_get_query.Rd +++ b/man/spec_result_get_query.Rd @@ -5,8 +5,8 @@ \alias{spec_result_get_query} \title{spec_result_get_query} \value{ -\code{dbGetQuery()} always returns a \link{data.frame} -with as many rows as records were fetched and as many +\code{dbGetQuery()} always returns a \link{data.frame}, with +as many rows as records were fetched and as many columns as fields in the result set, even if the result is a single value or has one