diff --git a/dev/news/index.html b/dev/news/index.html index 42bb653d..72930c35 100644 --- a/dev/news/index.html +++ b/dev/news/index.html @@ -352,7 +352,7 @@
dbFetch()
and dbGetQuery()
. Values of unknown type are returned as character vector of class "pq_xxx"
, where "xxx"
is the “typname” returned from PostgreSQL. In particular, JSON
and JSONB
values now have class "pq_json"
and "pq_jsonb"
, respectively. The return value of dbColumnInfo()
gains new columns ".oid"
(integer
), ". known"
(logical
) and ".typname"
(character
) (#114, @etiennebr)."integer64"
are now supported for dbWriteTable()
and dbBind()
(#178).dbListObjects()
, dbUnquoteIdentifier()
and Id()
.x
argument to dbQuoteIdentifier()
are preserved in the output (r-lib/DBI#173).x
argument to dbQuoteIdentifier()
are preserved in the output (r-dbi/DBI#173).dbGetQuery()
) are now exported, even if the package doesn’t provide a custom implementation (#168).timegm()
with private implementation.