Re: PHP and PostgreSQL boolean data type

Поиск
Список
Период
Сортировка
От Tommy Gildseth
Тема Re: PHP and PostgreSQL boolean data type
Дата
Msg-id 4B72A2E2.4050906@usit.uio.no
обсуждение исходный текст
Ответ на PHP and PostgreSQL boolean data type  (Thom Brown <thombrown@gmail.com>)
Список pgsql-general
Thom Brown wrote:
>  Is this a limitation of libpq or a flawed implementation in the php
> library?  And if this is just the case for backwards-compatibility, is
> there a way to switch it to a more sensible PHP data type?

Using PDO(http://no.php.net/pdo) will at least give you native values
for true/false. Arrays, I don't know, since I don't use them.

--
Tommy Gildseth

В списке pgsql-general по дате отправления:

Предыдущее
От: Carsten Kropf
Дата:
Сообщение: Re: Extending SQL in C using VARIABLE length type
Следующее
От: Thom Brown
Дата:
Сообщение: Re: PHP and PostgreSQL boolean data type