RPostgres 1.4.6
Breaking changes
Bug fixes
- Use
NULLin favor ofNULL::textwhen 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 asprefixargument (@dpprdan, #390).
Libraries
Documentation
Testing
- Close result set.
Internal
- Replace Rcpp by cpp11 (@Antonov548, #419).