From 11ead339d72d88f4b300926a610d7d7e032af58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 10 Feb 2018 11:50:31 +0100 Subject: [PATCH] NEWS --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index 501015a23..3637d7d66 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +## DBI 0.7-15 (2018-02-10) + +- Schema support: Export `Id()`, new generics `dbListObjects()` and `dbUnquoteIdentifier()`, methods for `Id` that call `dbQuoteIdentifier()` and then forward (#220). +- `dbListConnections()` is soft-deprecated by documentation. +- Default implementations of `dbQuoteIdentifier()` and `dbQuoteLiteral()` preserve names, default implementation of `dbQuoteString()` strips names (#173). +- Breaking change: If the `names` argument is unset, `SQL()` strips the names from the output. + + ## DBI 0.7-14 (2018-01-27) - The `SQL()` function gains a `names` argument which can be used to assign names to SQL strings.