-
Notifications
You must be signed in to change notification settings - Fork 39
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
dbAppendTable(con, Id(...), data)
no longer works
#253
Comments
Thanks. This is a bug, we should be calling |
Thanks for confirming this. It breaks my production code, so I must roll back to the previous version. A bit surprised that the usage is not covered in the test cases. |
The tests don't test explicitly that Both |
Did it work before with Please work around for now -- quote manually before calling |
I use At least all the listed functions at https://github.com/r-dbi/DBI/blob/main/R/Id.R#L13 support |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
Id(schema = "foo", table = "bar")
could be used asname
argument in a number of functions, as documented at https://github.com/r-dbi/DBI/blob/main/R/Id.R. However, the latest release no longer seems to supportId
at all. Whenever I supply aId(...)
, the following error occurs, say that it must be a character vector.Am I missing something?
The text was updated successfully, but these errors were encountered: