MS SQL needs to translate FALSE & TRUE in two ways #377
Labels
bug
an unexpected problem or unintended behavior
func trans 🌍
Translation of individual functions to SQL
Creating a new variable in a MSSQL dbplyr backed table that involves a logical value in R generates an SQL error as R TRUE gets converted to MSSQL TRUE which doesn't exist in the context of a select statement (...why? I don't know)
Workaround is not to use TRUE in R and use as.logical(1) instead.
The text was updated successfully, but these errors were encountered: