Bug using prefixed function names with dbplyr
#1022
Labels
bug
an unexpected problem or unintended behavior
func trans 🌍
Translation of individual functions to SQL
Milestone
When using functions in dplyr against databases, prefixing certain functions seems to cause those functions to evaluate variable names in the global context, not the context of the data frame.
This isn't quite reprex-able, because I am not including making the connection.
In my case,
con
is a connection to a Postgres database usingRPostgres
. I suspect that doesn't matter based on how the error is showing up.The text was updated successfully, but these errors were encountered: