Postgresql cannot edit or add boolean value in Editor
Database management in a single PHP file
Brought to you by:
jakubvrana
During adding or editing row cannot add boolean false value:
error:
ERROR: column "---" is of type boolean but expression is of type integer
LINE 26: "---" = 0,
HINT: You will need to rewrite or cast the expression. 1
This error apears, when checkbox is unchecked. When checkbox is checked - it works
Postgresql 9.1.24
Fixed in 7defb778.