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

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][PATCH] Fix handling of real type
Date: 2017-06-20 08:38:52
Message-ID: CAKKotZSZVH4SiUQ3Kay+5SQpPxc+8ndkb1cCC060p409V5BcBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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
>

Attachment Content-Type Size
RM_2502_2498.diff text/plain 4.1 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-20 09:19:15 pgAdmin 4 commit: Properly handle bytea[], and 'infinity'::real/real[].
Previous Message Murtuza Zabuawala 2017-06-20 04:54:47 [pgAdmin4][PATCH] Fix clicking on the "pgAdmin 4" header logo shows a empty dialog