Skip to content

Commit

Permalink
Bump version to 1.4.6.9006
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Apr 2, 2024
1 parent 256b325 commit a69fce0
Show file tree
Hide file tree
Showing 2 changed files with 37 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: C++ Interface to PostgreSQL
Version: 1.4.6.9005
Date: 2024-01-24
Version: 1.4.6.9006
Date: 2024-04-02
Authors@R: c(
person("Hadley", "Wickham", role = "aut"),
person("Jeroen", "Ooms", role = "aut"),
Expand Down
35 changes: 35 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RPostgres 1.4.6.9006 (2024-04-02)

## Bug fixes

- `dbWriteTable()` correctly handles name clashes between temporary and permanent tables (#402, #431).

- Fix `dbQuoteIdentifier()` for `Id()` objects to no longer rely on names (#460).

## Features

- Breaking change: Avoid appending a numeric suffix to duplicate column names (#463).

## Chore

- Refactor `dbListTables()` et al. (@dpprdan, #413).

- Refactor `list_fields()` (#462).

- Use `Id` in `exists_table()` (#461).

- Add Aviator configuration.

## Documentation

- Use dbitemplate (@maelle, #456).

## Testing

- Test for columns in `dbQuoteIdentifier()` (@dpprdan, #263, #372).

## Breaking changes

- Breaking change: Avoid appending a numeric suffix to duplicate column names (#463).


# RPostgres 1.4.6.9005 (2024-01-24)

- Internal changes only.
Expand Down

0 comments on commit a69fce0

Please sign in to comment.