Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bpvgoncalves authored and krlmlr committed Oct 12, 2023
1 parent 196f920 commit 844987e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions R/transactions.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ NULL
#' [DBI::dbWithTransaction()] is a convenient wrapper that makes sure that
#' `dbCommit()` or `dbRollback()` is called.
#' A helper function `sqliteIsTransacting()` is available to check the current
#' transaction status of the connection. Note that by default after `dbBegin`
#' SQLite defers the actual transaction start until a read/write is attempted
#' on the connection, therefore this function may not immediately return True.
#' transaction status of the connection.
#'
#' @seealso
#' The corresponding generic functions [DBI::dbBegin()], [DBI::dbCommit()],
Expand Down
4 changes: 1 addition & 3 deletions man/sqlite-transaction.Rd

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

0 comments on commit 844987e

Please sign in to comment.