pgAdmin 4 commit: Fixes#1737 - Setting the schedma-id as the pid (paren

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Fixes#1737 - Setting the schedma-id as the pid (paren
Дата
Msg-id E1bnilf-0005gm-U6@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixes#1737 - Setting the schedma-id as the pid (parent-id) for the
sequences node instead of the server-id.

Due to this - during updating the sequence node, it was not able to find
out the correct parent node, and it was updating the existing node, but
- later it (considering the old node) was removed by the replace logic.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1c623c56e7cafc0df28913390761bef1231c1064

Modified Files
--------------
.../server_groups/servers/databases/schemas/sequences/__init__.py    | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: RM#1735
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Misc changes