Skip to content

Commit

Permalink
Merge tag 'v1.4.6' into docs
Browse files Browse the repository at this point in the history
RPostgres 1.4.6

- Breaking change: `dbListObjects()` only allows `Id()` objects as `prefix` argument (@dpprdan, #390).

- 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).

- `dbQuoteLiteral()` correctly quotes 64-bit integers from the bit64 package (of class `"integer64"`) (@karawoo, #435, #436).

- Breaking change: `dbListObjects()` only allows `Id()` objects as `prefix` argument (@dpprdan, #390).

- Windows: update to libpq-15.3 (#442).

- Upgrade boost to 1.81.0-1 to fix sprintf warnings (#417).

- Suppress warning in gcc-12 (#443).

- Tweak driver docs (@dpprdan, #433).

- Relicense as MIT.

- Close result set.

- Replace Rcpp by cpp11 (@Antonov548, #419).
  • Loading branch information
krlmlr committed Mar 31, 2024
2 parents b6bbd26 + 04ccb0a commit 4272f23
Show file tree
Hide file tree
Showing 569 changed files with 10,977 additions and 46,320 deletions.
7 changes: 6 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
^\.Rproj\.user$
^\.travis\.yml$
^src/Makevars$
windows
^clion-test\.R$
^cran-comments\.md$
^src/.*\.d$
Expand All @@ -22,3 +21,9 @@ windows
^\.deps$
^autobrew$
^cleanup$
^CRAN-SUBMISSION$
^\.gitpod\.yml$
^\.gitpod\.Dockerfile$
^CMakeLists\.txt$
^vscode-install\.r$
^vscode-.*build$
2 changes: 2 additions & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.html
/pkg.lock
Loading

0 comments on commit 4272f23

Please sign in to comment.