Skip to content

Commit

Permalink
Merge tag 'v0.4-9'
Browse files Browse the repository at this point in the history
- New `dbBreak()` function which allows aborting from within `dbWithTransaction()` (#115, #133).
- Add `dbSendStatement()` generic, which forwards to `dbSendQuery()` by default. `dbExecute()` now calls `dbSendStatement()` (#20, #132).
  • Loading branch information
krlmlr committed Aug 10, 2016
2 parents bd9fc9b + b58beca commit cd17c6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: DBI
Version: 0.4-8
Date: 2016-08-07
Version: 0.4-9
Date: 2016-08-11
Title: R Database Interface
Description: A database interface definition for communication
between R and relational database management systems. All
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## DBI 0.4-9 (2016-08-11)

- New `dbBreak()` function which allows aborting from within `dbWithTransaction()` (#115, #133).
- Add `dbSendStatement()` generic, which forwards to `dbSendQuery()` by default. `dbExecute()` now calls `dbSendStatement()` (#20, #132).


## DBI 0.4-8 (2016-08-07)

- Include DBI specification in online documentation.
Expand Down

0 comments on commit cd17c6e

Please sign in to comment.