-
Notifications
You must be signed in to change notification settings - Fork 79
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
dbExistsTable can't handle schema #160
Comments
Thanks. Schema access will be different in RPostgres compared to RPostgreSQL, r-dbi/DBI#24 has details. In particular, In the meantime, consider setting the |
[Not sure anyone's watching this old bug, but it's open, so let's try in preference to repeating.] It appears that the object with class "SQL" produced by |
This issue was raised before we even had The current implementation of |
Thanks. Done. |
Thanks! Closing this as a duplicate. |
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. |
The
dbExistsTable
implementation cannot accept a schema name in any form, and is incompatible with thedbExistsTable
API in RPostgreSQL.This returns FALSE even when the table exists:
This actually produces an error, even though it works in RPostgreSQL:
The text was updated successfully, but these errors were encountered: