lb-udes
Results
1
issues of
lb-udes
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...