[pgAdmin4][PATCH] Fix handling of double precision[] type

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][PATCH] Fix handling of double precision[] type
Date: 2017-06-08 05:51:05
Message-ID: CAKKotZTZuEHBn0cwk590h_2vdgVvK68GV8hWWFzWeSo+jXFnhA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to fix the handling of double precision[] type.
RM#1928

Steps to re-produce: Below given query fails to render result in Query tool,
SELECT ARRAY[1, 'nan', 3]::float[];

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

Attachment Content-Type Size
RM_1928.diff text/plain 974 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Harshal Dhumal 2017-06-08 10:26:59 Re: Re: Server side cursor limitations for on demand loading of data in query tool [RM2137] [pgAdmin4]
Previous Message Murtuza Zabuawala 2017-06-08 05:18:25 Re: [pgAdmin4][PATCH] Consolidating gray colors in the application