Skip to content

Commit a69fce0

Browse files
committed
Bump version to 1.4.6.9006
1 parent 256b325 commit a69fce0

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RPostgres
22
Title: C++ Interface to PostgreSQL
3-
Version: 1.4.6.9005
4-
Date: 2024-01-24
3+
Version: 1.4.6.9006
4+
Date: 2024-04-02
55
Authors@R: c(
66
person("Hadley", "Wickham", role = "aut"),
77
person("Jeroen", "Ooms", role = "aut"),

NEWS.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22

3+
# RPostgres 1.4.6.9006 (2024-04-02)
4+
5+
## Bug fixes
6+
7+
- `dbWriteTable()` correctly handles name clashes between temporary and permanent tables (#402, #431).
8+
9+
- Fix `dbQuoteIdentifier()` for `Id()` objects to no longer rely on names (#460).
10+
11+
## Features
12+
13+
- Breaking change: Avoid appending a numeric suffix to duplicate column names (#463).
14+
15+
## Chore
16+
17+
- Refactor `dbListTables()` et al. (@dpprdan, #413).
18+
19+
- Refactor `list_fields()` (#462).
20+
21+
- Use `Id` in `exists_table()` (#461).
22+
23+
- Add Aviator configuration.
24+
25+
## Documentation
26+
27+
- Use dbitemplate (@maelle, #456).
28+
29+
## Testing
30+
31+
- Test for columns in `dbQuoteIdentifier()` (@dpprdan, #263, #372).
32+
33+
## Breaking changes
34+
35+
- Breaking change: Avoid appending a numeric suffix to duplicate column names (#463).
36+
37+
338
# RPostgres 1.4.6.9005 (2024-01-24)
439

540
- Internal changes only.

0 commit comments

Comments
 (0)