Conversion between integer and Boolean values

In EQL 2.3, integer and Boolean values require an explicit conversion.

In earlier versions, the conversion between the two types was automatic.

To approximate the old behavior, use the function TO_INTEGER(Boolean), which casts 1 for TRUE and 0 for FALSE.