In the debugger, when I retrieve items using the Postgres node, the boolean column that in Postgres shows up as ‘t’ and ‘f’ is showing up in Hackeet as ‘1’ for all values. I have one line that’s definitely ‘f’ in Postgres and in the Hackeet debugger is shows as ‘1’
Hi Richard,
Do you have a screenshot of your database schema and a sample row to share? I tried to replicate your use case but it works fine on my side.
Ah no it’s actually working now. I just made a new boolean column and in debug it shows 1 for true and 0 for false. It’s all good! The debugger is a lifesaver.