Skip to content

Commit

Permalink
Merge branch 'main' into fix/col_in_dbQuoteIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dpprdan authored Dec 21, 2023
2 parents a865888 + c17e5bf commit 0f62fb0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 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: C++ Interface to PostgreSQL
Version: 1.4.6.9002
Date: 2023-11-09
Version: 1.4.6.9003
Date: 2023-12-21
Authors@R: c(
person("Hadley", "Wickham", role = "aut"),
person("Jeroen", "Ooms", role = "aut"),
Expand Down
23 changes: 22 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RPostgres 1.4.6.9003 (2023-12-21)

## Chore

- Define build-time dependencies.

- Use cache-from to control ghcr cache.

- Improve ghcr workflow.

- Fix docker-compose file.

- Fix typo in `configure`.

- Add Docker setup.

## Documentation

- Typo r-lib -\> r-dbi (@dpprdan, #454).


# RPostgres 1.4.6.9002 (2023-11-09)

## Chore
Expand Down Expand Up @@ -284,7 +305,7 @@
- Make "typname" information available after `dbFetch()` and `dbGetQuery()`. Values of unknown type are returned as character vector of class `"pq_xxx"`, where `"xxx"` is the "typname" returned from PostgreSQL. In particular, `JSON` and `JSONB` values now have class `"pq_json"` and `"pq_jsonb"`, respectively. The return value of `dbColumnInfo()` gains new columns `".oid"` (`integer`), `". known"` (`logical`) and `".typname"` (`character`) (#114, @etiennebr).
- Values of class `"integer64"` are now supported for `dbWriteTable()` and `dbBind()` (#178).
- Schema support, as specified by DBI: `dbListObjects()`, `dbUnquoteIdentifier()` and `Id()`.
- Names in the `x` argument to `dbQuoteIdentifier()` are preserved in the output (r-lib/DBI#173).
- Names in the `x` argument to `dbQuoteIdentifier()` are preserved in the output (r-dbi/DBI#173).
- All generics defined in DBI (e.g., `dbGetQuery()`) are now exported, even if the package doesn't provide a custom implementation (#168).
- Replace non-portable `timegm()` with private implementation.
- Correct reference to RPostgreSQL package (#165, @ClaytonJY).
Expand Down

0 comments on commit 0f62fb0

Please sign in to comment.