-
Notifications
You must be signed in to change notification settings - Fork 12
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
dbplyr 2.0 release - DBI S4 methods #225
Labels
Comments
ateucher
added a commit
that referenced
this issue
Sep 29, 2020
ateucher
added a commit
that referenced
this issue
Sep 29, 2020
Merged
ateucher
changed the title
prepare for dbplyr 2.0 release
dbplyr 2.0 release - DBI S4 methods
Sep 29, 2020
Looks like there might also need to be a change to |
|
ateucher
added a commit
that referenced
this issue
Oct 22, 2020
Closed by #300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From https://github.com/tidyverse/dbplyr/blob/master/NEWS.md:
DBI::dbQuoteIdentifier()
is now used instead ofsql_escape_ident()
andDBI::dbQuoteString()
instead ofsql_escape_string()
.Requires importing DBI and new S4 methods for those DBI generics. Some initial guidance here: https://dbplyr.tidyverse.org/dev/articles/backend-2.html. I think those are the only changes that impact bcdata
The text was updated successfully, but these errors were encountered: