Skip to content

Commit

Permalink
Bump version to 1.3.3.9002
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 15, 2021
1 parent 3ce24df commit f3e3c08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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.3.3.9001
Date: 2021-09-13
Version: 1.3.3.9002
Date: 2021-09-15
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# RPostgres 1.3.3.9002 (2021-09-15)

- Document when `field.types` is used in `dbWriteTable()` (#206).
- Document setting the tablespace before writing a table (#246).
- Tweak error message for named `params` argument to `dbBind()` (#266).
- `Redshift()` connections now adhere to almost all of the DBI specification when connecting to a Redshift cluster. BLOBs are not supported on Redshift, and there are limitations with enumerating temporary tables (#215).


# RPostgres 1.3.3.9001 (2021-09-13)

- `dbExistsTable()`, `dbListTables()` and `dbListObjects()` now work for Redshift, with the limitation that only the topmost tables on the search path are returned (#215, #326).
Expand Down

0 comments on commit f3e3c08

Please sign in to comment.