Tinyint field set to true in condition

In Wappler an TinyInt(1) is handled as a Boolean. For the database it is converted to the correct format the database understands, in databases that do not support native boolean fields this is often 1 and 0.