Closed seripap closed 2 years ago
For true_false field types, the return values will always be represented as true or null depending on the value of the checkbox. This PR changes this logic so that the value will be either true or false, not null.
true_false
true
null
false
For
true_false
field types, the return values will always be represented astrue
ornull
depending on the value of the checkbox. This PR changes this logic so that the value will be eithertrue
orfalse
, notnull
.