-
Notifications
You must be signed in to change notification settings - Fork 64
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
glue::glue_sql() returns differently when with or without NA #115
Comments
Any ideas ? |
I have the same problem in glue version 1.3.0 in my dev server but on my prod server with glue version 1.2.0, there is not this issue. |
But I have this issue for dplyr so I replace by glue 1.3.0.
Session_info dev server, glue 1.3 because dplyr needs glue 1.3, but the bug with NA
Session_info prod server, glue 1.2 ok, and not the bug with NA
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the values contain NA, the single quotes for the character will disappear, see the reproducible example below.
Is it a bug?
Thanks.
The reproducible example
Pay attention to the last letter of each SQL. When no NA, it's
'c'
. When there's NA, it'sc
without the single quotes.Created on 2018-11-01 by the reprex package (v0.2.1)
Session info
The text was updated successfully, but these errors were encountered: