Re: [pgAdmin4][PATCH] Fix handling of real type

Поиск
Список
Период
Сортировка
От Murtuza Zabuawala
Тема Re: [pgAdmin4][PATCH] Fix handling of real type
Дата
Msg-id CAKKotZSZVH4SiUQ3Kay+5SQpPxc+8ndkb1cCC060p409V5BcBA@mail.gmail.com
обсуждение исходный текст
Ответ на [pgAdmin4][PATCH] Fix handling of real type  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Ответы Re: [pgAdmin4][PATCH] Fix handling of real type  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

Please ignore previous patch, Attach is the updated patch which will cover

RM#2498 -  Handling of  bytea[] type.
RM#2502 -  Handling of  real & real[] type.

including their feature tests.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


On Mon, Jun 19, 2017 at 9:58 PM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
Hi,

PFA patch to fix the handling of  real type.
RM#2502

Steps to re-produce: Below given query fails to render result in Query tool,
SELECT 'Infinity'::real, '{Infinity}'::real[]

Also updated PG Data type feature test for the same.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


Вложения

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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: [pgAdmin4][PATCH] Fix clicking on the "pgAdmin 4" header logo shows aempty dialog
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Properly handle bytea[],and 'infinity'::real/real[].