From f3e3c08a51b1b0863a0bebf16382fcfc44bf070b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Wed, 15 Sep 2021 09:38:39 +0200 Subject: [PATCH] Bump version to 1.3.3.9002 --- DESCRIPTION | 4 ++-- NEWS.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a53b17c9..e9603237 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index 7c60cf0a..98021b14 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,13 @@ +# 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).