PDO, postgre and PHP data types

Поиск
Список
Период
Сортировка
От Developer
Тема PDO, postgre and PHP data types
Дата
Msg-id 1243278537.18371.16.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: PDO, postgre and PHP data types  (Chris <dmagick@gmail.com>)
Список pgsql-php
Hello,
I have some problem with data type of PDO returned instance, array of
integer (_int4[]) is returned as string.

I read ref.pgsql.php, but nothing said how solve this problem.

I use something like this for it:
$dat=array($k=>explode(',',trim($v,'{}'))); // One dimension array
But it is very slow. Any method to return correct data types from
DATABASE to PHP parsed with high speed code (like C)?
Any postgresql driver version?




--














--
--
Publicidad y Servicios http://www.pas-world.com
Directorio http://www.precioventa.com
Tienda http://informatica.precioventa.com/es/
Autoridad certificadora http://ca.precioventa.com/es/
--
--


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

Предыдущее
От: Luis Esteban de Dios Núñez
Дата:
Сообщение: Me ha costado tanto...
Следующее
От: Chris
Дата:
Сообщение: Re: PDO, postgre and PHP data types