File tree Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 11Package: RPostgres
22Title: 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
55Authors@R: c(
66 person("Hadley", "Wickham", role = "aut"),
77 person("Jeroen", "Ooms", role = "aut"),
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments