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

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes#1737 - Setting the schedma-id as the pid (paren
Date: 2016-09-24 08:57:07
Message-ID: E1bnilf-0005gm-U6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message steve hermes 2016-09-24 20:39:18 pgadmin4 rc1
Previous Message Ashesh Vashi 2016-09-23 23:04:02 Re: PATCH: RM#1735