MSSQL translator should convert as.logical into CAST AS BIT instead of CAST AS BOOLEAN #250
Labels
bug
an unexpected problem or unintended behavior
func trans 🌍
Translation of individual functions to SQL
In MS SQL Server,
as.logical
translates toCAST AS BOOLEAN
. However, in SQL Server, it looks like BOOLEAN doesn't exist. It seems to use BIT instead of BOOLEAN.It seems like this might be a simple fix. A small example follows. Let me know if there's anything I can do to help fix, if this is of interest.
The text was updated successfully, but these errors were encountered: