Skip to content

Commit f1d57fa

Browse files
committed
Bump version to 1.4.6
1 parent 29c4571 commit f1d57fa

File tree

2 files changed

+14
-90
lines changed

2 files changed

+14
-90
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: RPostgres
22
Title: C++ Interface to PostgreSQL
3-
Version: 1.4.5.9015
3+
Version: 1.4.6
44
Date: 2023-10-10
55
Authors@R: c(
66
person("Hadley", "Wickham", role = "aut"),

NEWS.md

Lines changed: 13 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,46 @@
11
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22

3-
# RPostgres 1.4.5.9015 (2023-10-10)
4-
5-
## Chore
6-
7-
- Suppress warning in gcc-12 (#443).
8-
9-
- Windows: update to libpq-15.3 (#442).
10-
11-
12-
# RPostgres 1.4.5.9014 (2023-10-09)
13-
14-
- Internal changes only.
15-
16-
17-
# RPostgres 1.4.5.9013 (2023-09-07)
18-
19-
## Chore
20-
21-
- Tweak DESCRIPTION.
22-
23-
24-
# RPostgres 1.4.5.9012 (2023-07-11)
25-
26-
## Features
27-
28-
- `dbQuoteLiteral()` correctly quotes 64-bit integers from the bit64 package (of class `"integer64"`) (@karawoo, #435, #436).
29-
30-
31-
# RPostgres 1.4.5.9011 (2023-04-12)
32-
33-
## Chore
34-
35-
- Tweak driver docs (@dpprdan, #433).
36-
37-
38-
# RPostgres 1.4.5.9010 (2023-04-02)
39-
40-
## Chore
41-
42-
- Relicense as MIT (@pachadotdev, #312, #421).
43-
44-
45-
# RPostgres 1.4.5.9009 (2023-03-24)
46-
47-
- Internal changes only.
48-
49-
50-
# RPostgres 1.4.5.9008 (2023-03-19)
51-
52-
## Chore
53-
54-
- Avoid bashisms warning on Ubuntu 22.04 (@pachadotdev, #428).
3+
# RPostgres 1.4.6 (2023-10-22)
554

565
## readme
576

587
- Rcpp -\> cpp11 (@pachadotdev, #427).
598

9+
## Breaking changes
6010

61-
# RPostgres 1.4.5.9007 (2023-03-17)
11+
- Breaking change: `dbListObjects()` only allows `Id()` objects as `prefix` argument (@dpprdan, #390).
6212

6313
## Bug fixes
6414

6515
- Use `NULL` in favor of `NULL::text` when quoting strings and literals, to support JSON and other text-ish types. Fixes a regression introduced in #370 (#393, #425).
6616

6717
## Features
6818

19+
- `dbQuoteLiteral()` correctly quotes 64-bit integers from the bit64 package (of class `"integer64"`) (@karawoo, #435, #436).
6920
- Breaking change: `dbListObjects()` only allows `Id()` objects as `prefix` argument (@dpprdan, #390).
70-
71-
## Breaking changes
72-
73-
- Breaking change: `dbListObjects()` only allows `Id()` objects as `prefix` argument (@dpprdan, #390).
74-
75-
76-
# RPostgres 1.4.5.9006 (2023-02-17)
77-
78-
- Internal changes only.
79-
80-
81-
# RPostgres 1.4.5.9005 (2023-02-14)
21+
- Upgrade boost to 1.81.0-1 to fix sprintf warnings (#417).
8222

8323
## Chore
8424

25+
- Suppress warning in gcc-12 (#443).
26+
- Windows: update to libpq-15.3 (#442).
27+
- Tweak DESCRIPTION.
28+
- Tweak driver docs (@dpprdan, #433).
29+
- Relicense as MIT (@pachadotdev, #312, #421).
30+
- Avoid bashisms warning on Ubuntu 22.04 (@pachadotdev, #428).
8531
- Replace Rcpp by cpp11 (@Antonov548, #419).
86-
87-
88-
# RPostgres 1.4.5.9004 (2023-02-10)
32+
- Gitpod test database (@Antonov548, #423).
8933

9034
## Testing
9135

9236
- Close result set.
9337

94-
95-
# RPostgres 1.4.5.9003 (2023-02-06)
96-
97-
## Chore
98-
99-
- Gitpod test database (@Antonov548, #423).
100-
101-
102-
# RPostgres 1.4.5.9002 (2023-01-24)
38+
## Uncategorized
10339

10440
- Internal changes only.
105-
106-
107-
# RPostgres 1.4.5.9001 (2023-01-22)
108-
10941
- Merged cran-1.4.5 into main.
11042

11143

112-
113-
# RPostgres 1.4.5.9000 (2023-01-19)
114-
115-
## Features
116-
117-
- Upgrade boost to 1.81.0-1 to fix sprintf warnings (#417).
118-
119-
12044
# RPostgres 1.4.5 (2023-01-19)
12145

12246
## Features

0 commit comments

Comments
 (0)