RPostgres 1.4.6
Breaking changes
Bug fixes
- Use
NULL
in favor ofNULL::text
when quoting strings and literals, to support JSON and other text-ish types. Fixes a regression introduced in #370 (#393, #425).
Features
-
dbQuoteLiteral()
correctly quotes 64-bit integers from the bit64 package (of class"integer64"
) (@karawoo, #435, #436). -
Breaking change:
dbListObjects()
only allowsId()
objects asprefix
argument (@dpprdan, #390).
Libraries
Documentation
Testing
- Close result set.
Internal
- Replace Rcpp by cpp11 (@Antonov548, #419).