Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: tweak driver docs #433

Merged
merged 1 commit into from Apr 11, 2023
Merged

chore: tweak driver docs #433

merged 1 commit into from Apr 11, 2023

Conversation

dpprdan
Copy link
Contributor

@dpprdan dpprdan commented Apr 7, 2023

This tweaks the drv docs a little to make it clearer that there are two alternatives and when to use which.

Motivation: "drv: Should be set to [RPostgres::Postgres()] to use the \pkg{RPostgres} package." does not sound correct anymore.

@krlmlr krlmlr merged commit 90eaf3f into r-dbi:main Apr 11, 2023
12 checks passed
@krlmlr
Copy link
Member

krlmlr commented Apr 11, 2023

Thanks!

@dpprdan dpprdan deleted the chore/drv_docs branch April 11, 2023 08:31
krlmlr added a commit that referenced this pull request Mar 31, 2024
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).
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants