Firebird Enabled field type

Hello,

In firebird is no boolean type, so I change Enabled field to CHAR(1) type. It works OK because I get T or F values.
The problem is when I edit user, the enabled check box is always in "neutral" state. How to fix this?



Regards,
Bojan

We've seen this issue and we've fixed this. The next update will address this.

As a workaround, use an integer field to represent this boolean value.