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

feat: dbQuoteIdentifier() roundtrip is tested for tables only #256

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

dpprdan
Copy link
Contributor

@dpprdan dpprdan commented Jan 28, 2022

This modifies the list_objects_features tests, so that the quote-unquote roundtrip is applied to tables only, but not for prefix/schemata.

We saw in r-dbi/RPostgres#372 that the roundtrip cannot work for schemata alone, since it is not possible to infer from a quoted identifier if it is a table or a schema (or any other DB object for that matter).

- we cannot get quote-unquote roundtrip to work for schemata, see r-dbi/RPostgres#372
@krlmlr krlmlr changed the title test dbQuoteIdentifier() roundtrip for tables only feat: dbQuoteIdentifier() roundtrip is tested for tables only Oct 13, 2022
@krlmlr krlmlr merged commit 7374321 into r-dbi:main Oct 13, 2022
@krlmlr
Copy link
Member

krlmlr commented Oct 13, 2022

Thanks!

@dpprdan dpprdan deleted the fix/list_object_features branch October 16, 2022 19:28
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 17, 2023
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.

2 participants