RPostgres 1.3.2
- Remove BH dependency by inlining the header files (#300).
- Use Autobrew if libpq is older than version 12 (#294, @jeroen).
dbConnect()
now issuesSET datestyle to iso, mdy
to avoid translation errors for datetime values with databases configured differently (#287, @baderstine).