Re: PHP and PostgreSQL boolean data type - Mailing list pgsql-general

From Thom Brown
Subject Re: PHP and PostgreSQL boolean data type
Date
Msg-id bddc86151002100444j672c724al1851994550f74823@mail.gmail.com
Whole thread Raw
In response to Re: PHP and PostgreSQL boolean data type  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-general
On 10 February 2010 12:11, A. Kretschmer
<andreas.kretschmer@schollglas.com> wrote:
> In response to Thom Brown :
>> Hi,
>>
>> A long-standing problem we've had with PostgreSQL queries in PHP is
>> that the returned data for boolean columns is the string 'f' instead
>> of the native boolean value of false.
>
> http://andreas.scherbaum.la/blog/archives/302-BOOLEAN-datatype-with-PHP-compatible-output.html
>

Thanks guys.  I can see that this is specifically a PHP issue then.
It seems like an extreme workaround though.  I'd rather see the PHP
library updated in a way that would somehow not break existing code
which checked for an 'f'.  Not quite sure what the solution would be.

Thanks

Thom

pgsql-general by date:

Previous
From: Tommy Gildseth
Date:
Subject: Re: PHP and PostgreSQL boolean data type
Next
From: Howard Cole
Date:
Subject: Large Objects: Sizeof and Deleting Unlinked LOs