Skip to content

Commit e7cc060

Browse files
committed
NEWS and CRAN comments
1 parent ead2965 commit e7cc060

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NEWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66

77
- `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 and persistent tables (#215, #326).
88
- `dbBegin()`, `dbCommit()` and `dbRollback()` gain `name` argument to support savepoints. An unnamed transaction must be started beforehand (#13).
9+
- `dbWriteTable()` uses a transaction (#307).
910
- `dbSendQuery()` gains `immediate` argument. Multiple queries (separated by semicolons) can be passed in this mode, query parameters are not supported (#272).
1011
- `dbConnect(check_interrupts = TRUE)` now aborts a running query faster and more reliably when the user signals an interrupt, e.g. by pressing Ctrl+C (#336).
1112
- `dbAppendTable()` gains `copy` argument. If set to `TRUE`, data is imported via `COPY name FROM STDIN` (#241, @hugheylab).
1213
- Postgres `NOTICE` messages are now forwarded as proper R messages and can be captured and suppressed (#208).
13-
- `dbWriteTable()` uses a transaction (#307).
14-
1514

1615
## Bug fixes
1716

0 commit comments

Comments
 (0)