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

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: PATCH: to fix jsonb type rendering in runtime (pgAdmin4)
Дата
Msg-id CA+OCxoz2pe0HUhUomt5UmSV96wOmU-gOcd54C-HOWahqZBHEFA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PATCH: to fix jsonb type rendering in runtime (pgAdmin4)  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Список pgadmin-hackers
Hi

On Thu, Jun 30, 2016 at 11:37 AM, Murtuza Zabuawala
<murtuza.zabuawala@enterprisedb.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


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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: PATCH: to fix jsonb type rendering in runtime (pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Correct label