You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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).
Copy file name to clipboardExpand all lines: NEWS.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## DBI 0.7-14 (2018-01-27)
2
+
3
+
- The `SQL()` function gains a `names` argument which can be used to assign names to SQL strings.
4
+
-`dbListResults()` is deprecated by documentation (#58).
5
+
-`dbGetException()` is soft-deprecated by documentation (#51).
6
+
- Help pages for generics now contain a dynamic list of methods implemented by DBI backends (#162).
7
+
-`sqlInterpolate()` now supports both named and positional variables (#216, @hannesmuehleisen).
8
+
- Specialized methods for `dbQuoteString()` and `dbQuoteIdentifier()` are available again, for compatibility with clients that use `getMethod()` to access them (#218).
9
+
10
+
1
11
## DBI 0.7-13 (2017-11-27)
2
12
3
13
- The deprecated `print.list.pairs()` has been removed.
0 commit comments