Re: [pgAdmin4][PATCH] Fix handling of real type - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgAdmin4][PATCH] Fix handling of real type
Date
Msg-id CA+OCxoxv5wjWHa6csB08sKxRRDB-7HuORVSSzqheqGTpF8tGCQ@mail.gmail.com
Whole thread Raw
In response to Re: [pgAdmin4][PATCH] Fix handling of real type  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
List pgadmin-hackers
Thanks, applied.

On Tue, Jun 20, 2017 at 9:38 AM, Murtuza Zabuawala
<murtuza.zabuawala@enterprisedb.com> wrote:
> 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
>
>



-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Properly handle bytea[],and 'infinity'::real/real[].
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers][patch] Upgrade slickgrid to version 2.3.7