File tree 2 files changed +37
-2
lines changed
2 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 1
1
Package: RPostgres
2
2
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
5
5
Authors@R: c(
6
6
person("Hadley", "Wickham", role = "aut"),
7
7
person("Jeroen", "Ooms", role = "aut"),
Original file line number Diff line number Diff line change 1
1
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
2
2
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
+
3
38
# RPostgres 1.4.6.9005 (2024-01-24)
4
39
5
40
- Internal changes only.
You can’t perform that action at this time.
0 commit comments