Skip to content

Commit

Permalink
Merge tag 'v0.7-12'
Browse files Browse the repository at this point in the history
- Add default implementation of `dbListFields()`.
  • Loading branch information
krlmlr committed Aug 10, 2017
2 parents 8fce089 + b18a6d1 commit f8c97f2
Show file tree
Hide file tree
Showing 2 changed files with 7 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.7-11
Date: 2017-08-08
Version: 0.7-12
Date: 2017-08-10
Title: R Database Interface
Description: A database interface definition for communication
between R and relational database management systems. All
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## DBI 0.7-12 (2017-08-10)

- Add default implementation of `dbListFields()`.


## DBI 0.7-11 (2017-08-08)

- The default implementation of `dbReadTable()` now has `row.names = FALSE` as default and also supports `row.names = NULL` (#186).
Expand Down

0 comments on commit f8c97f2

Please sign in to comment.