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

Errors in translation of BETWEEN expressions with quoted operands when tidyverse = FALSE #13

Closed
ianmcook opened this issue Sep 5, 2019 · 0 comments
Labels
bug

Comments

@ianmcook
Copy link
Owner

@ianmcook ianmcook commented Sep 5, 2019

When tidyverse = FALSE, translations of BETWEEN expressions with quoted literal strings or quoted column names as their operands might be erroneous and might cause warnings. This happens because the replace_special_keywords() function outputs a string that has more instances of MASKING_CHARACTER in it than the input string did, so the unmasking code cannot correctly replace the masked quoted strings.

@ianmcook ianmcook closed this in 57f0afe Sep 5, 2019
@ianmcook ianmcook added the bug label Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.