Skip to content

Commit

Permalink
Bump version to 1.2.0.9001
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 28, 2020
1 parent 5882892 commit f24a327
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: RPostgres
Title: 'Rcpp' Interface to 'PostgreSQL'
Version: 1.2.0.9000
Date: 2019-12-19
Version: 1.2.0.9001
Date: 2020-09-28
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
Expand Down
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# RPostgres 1.2.0.9000
# RPostgres 1.2.0.9001 (2020-09-28)

- Gains new `Redshift` driver for connecting to Redshift databases.
Redshift databases behave almost identically to Postgres so this
driver allows downstream packages to distinguish between the two.
driver allows downstream packages to distinguish between the two (#258).
- Datetime values are now passed to the database using an unambiguous time zone format (#255, @imlijunda).
- Document `Postgres()` together with `dbConnect()` (#242).


# RPostgres 1.2.0.9000

- Windows: update libpq to 12.2.0.

Expand Down

0 comments on commit f24a327

Please sign in to comment.