Skip to content

Commit

Permalink
deprecate dbGetException(), closes #51
Browse files Browse the repository at this point in the history
- `dbGetException()` is soft-deprecated by documentation (#51).
  • Loading branch information
krlmlr committed Jan 27, 2018
1 parent 522e73f commit 9bd32aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions R/DBConnection.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ setMethod(

#' Get DBMS exceptions
#'
#' DEPRECATED. Backends should use R's condition system to signal errors and
#' warnings.
#'
#' @inheritParams dbGetQuery
#' @family DBIConnection generics
#' @return a list with elements `errorNum` (an integer error number) and
Expand Down
3 changes: 2 additions & 1 deletion man/dbGetException.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9bd32aa

Please sign in to comment.