You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing a boolean constant to a nullable boolean field, the SQL generated is CASE WHEN 0 THEN 1 ELSE 0 END which is invalid and cause an exception An expression of non-boolean type specified in a context where a condition is expected, near 'THEN'
The text was updated successfully, but these errors were encountered:
When writing a boolean constant to a nullable boolean field, the SQL generated is
CASE WHEN 0 THEN 1 ELSE 0 END
which is invalid and cause an exceptionAn expression of non-boolean type specified in a context where a condition is expected, near 'THEN'
The text was updated successfully, but these errors were encountered: