When using a PostgreSQL Connection, and querying column with a Boolean datatype, the worksheet displays the values as strings: either lowercase "f" or "t".
The "f" and "t" is not intuitive, and also difficult to read and distinguish. Suggest replacing with either 0 and 1, or "True" and "False".