Re: PATCH: to fix jsonb type rendering in runtime (pgAdmin4)

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: to fix jsonb type rendering in runtime (pgAdmin4)
Date: 2016-07-04 03:56:33
Message-ID: 5779de79.8933420a.514b4.411f@mx.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave,

I'm unable to reproduce the issue mentioned by you on my side, would you please provide console log/error ?

Regards,
Murtuza On 30-Jun-2016 6:26 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>
> Hi
>
> On Thu, Jun 30, 2016 at 11:37 AM, Murtuza Zabuawala
> <murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
> > Hi Dave,
> >
> > PFA updated patch.
> > Tested with json/json[]/jsonb/jsonb[] (on browsers & runtime).
>
> I can't add rows to a table with this patch applied:
>
> 1) Create a table
>
> create table test(id serial primary key, j json, jb jsonb, ja json[],
> jba jsonb[])
>
> 2) Right-click the table in the treeview, and view the data
>
> 3) Click the + button to add a new row
>
> 4) The warning about moving to the last page of results is shown, but
> clicking OK doesn't dismiss the dialogue.
>
> If I remove the patch, everything works again.
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-04 09:06:05 pgAdmin 4 commit: Fix JSON type rendering. Fixes #1404
Previous Message Stuart Gathman 2016-07-04 03:19:35 Re: Null this in pgConn::GetStatus