Skip to content

Commit

Permalink
NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 27, 2018
1 parent 286fb38 commit 1ce5639
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion API
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Exported functions

ANSI()
SQL(x)
SQL(x, ..., names = NULL)
SQLKeywords(dbObj, ...)
dbBegin(conn, ...)
dbBind(res, params, ...)
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## DBI 0.7-14 (2018-01-27)

- The `SQL()` function gains a `names` argument which can be used to assign names to SQL strings.
- `dbListResults()` is deprecated by documentation (#58).
- `dbGetException()` is soft-deprecated by documentation (#51).
- Help pages for generics now contain a dynamic list of methods implemented by DBI backends (#162).
- `sqlInterpolate()` now supports both named and positional variables (#216, @hannesmuehleisen).
- Specialized methods for `dbQuoteString()` and `dbQuoteIdentifier()` are available again, for compatibility with clients that use `getMethod()` to access them (#218).


## DBI 0.7-13 (2017-11-27)

- The deprecated `print.list.pairs()` has been removed.
Expand Down

0 comments on commit 1ce5639

Please sign in to comment.