Skip to content

Commit

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

# RPostgres 1.4.1.9001 (2021-12-05)

- With `dbConnect(check_interrupts = TRUE)`, interrupting a query now gives a dedicated error message. Very short-running queries no longer take one second to complete (#344).
- `dbQuoteLiteral()` correctly quotes length-0 values (#355) and generates typed `NULL` expressions for `NA` values (#357).
- `dbConnect()` executes initial queries with `immediate = TRUE` (#346).
- Check Postgres starting from version 10 on GitHub Actions (#368).
- The `SET DATESTYLE` query sent after connecting uses quotes for compatibility with CockroachDB (#360).
- Fix build on Ubuntu 16.04 (#352).
- Mention `libssl-dev` in `configure` script (#350).


# RPostgres 1.4.1.9000 (2021-09-26)

- Avoid crash by dereferencing 0-size vector (#343).
Expand Down

0 comments on commit 7b0073d

Please sign in to comment.