Hello,
I'm wondering why pgsql doesn't support boolean typecasts like select true::int;Many client applications including php assign 1 to true and 0 to false
I see no use of pgsql boolean type with php, I use int2 or integer.
Mage