We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are two solutions to the same problem, but the DBI approach keeps the two separate, for example making it easier to add quotes.
From discussion #275
The text was updated successfully, but these errors were encountered:
Not yet sure if that means DBI::Id() or R's native I() function.
DBI::Id()
I()
E.g. this should work:
getTableNames(connection, DBI::Id(catalog = "cdm", schema = "dbo"))
Also make sure all DBI functions support DBI::Id(). From the DBI documentation, name should be character string, DBI::Id(), or SQL().
name
Sorry, something went wrong.
ablack3
No branches or pull requests
These are two solutions to the same problem, but the DBI approach keeps the two separate, for example making it easier to add quotes.
From discussion #275
The text was updated successfully, but these errors were encountered: