If you use pure PHP (no database abstraction layer) with PostgreSQL, you may run into the problem that your BOOLEAN
columns are not recognized by PHP but the value is instead returned as a string.
If you use pure PHP (no database abstraction layer) with PostgreSQL, you may run into the problem that your BOOLEAN
columns are not recognized by PHP but the value is instead returned as a string.