-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add support for naming tables with I()
#708
Comments
Also seems worth checking for arguments that would be ignored, e.g. |
@simonpcouch maaaaaybe. I don't think the named |
Ok, lets add some simple checks when we tackle this. |
And eliminate double dispatch for
dbExistsTable()
and friendsNeed to check if we need
c("OdbcConnection", "ANY")
in the signature to avoid ambiguous dispatch, and if we can makedbWriteTable()
work the same way.The text was updated successfully, but these errors were encountered: