MS SQL Node - Boolean values are not handled

This issue is similar to the other MS SQL Node problems in my earlier thread.

When I have a Boolean value I get the following SQL Error:
Invalid column name 'true’

This can be corrected by converting True to a value of 1 and False to a value of 0. This way we can use the BIT data type in SQL Server without a problem.

Got added. We will let you know when is released.

https://github.com/n8n-io/n8n/pull/1949

1 Like

Got released with [email protected]