true and false values are being automatically converted to 1 and 0, respectively. This is suitable for MSSQL, but not for Postgres, which requires true/false, not 1/0. Is there an option in the query builder config for this? If not, please add this option.