Skip to content
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

dbUnquoteIdentifier #279

Merged
merged 3 commits into from
Aug 23, 2019
Merged

dbUnquoteIdentifier #279

merged 3 commits into from
Aug 23, 2019

Conversation

baileych
Copy link
Contributor

Modifies DBI::dbUnquoteIdentifier() to parse catalog.schema.table specifications without each component being enclosed by double-quotes, as required to work with dbplyr.

Fixes #277.

krlmlr added a commit that referenced this pull request Aug 23, 2019
- Add tests for `dbUnquoteIdentifier()` (#279, @baileych).
@krlmlr krlmlr merged commit 6c73c1c into r-dbi:master Aug 23, 2019
@krlmlr
Copy link
Member

krlmlr commented Aug 23, 2019

Thanks! I accidentally implemented myself, but your tests are very useful.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dbUnquoteIdentifier() too stringent
2 participants