pgAdmin 4 commit: Fix refreshing of Unique constraints. Fixes #1893

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix refreshing of Unique constraints. Fixes #1893
Date: 2016-10-28 15:40:30
Message-ID: E1c09Gg-0000hR-MU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix refreshing of Unique constraints. Fixes #1893

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=67e5dfa5a77174e2563f2bf1b7a4f8765bed4ca7
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/tables/constraints/index_constraint/__init__.py | 7 +++++++
.../schemas/tables/templates/index_constraint/sql/nodes.sql | 5 ++++-
2 files changed, 11 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-28 15:40:39 Re: PATCH: To fix the issue in unique constraints node (pgAdmin4)
Previous Message Dave Page 2016-10-28 15:34:02 Re: PATCH: To fix the issue in constraints node (pgAdmin4)