pgAdmin 4 commit: Ensure index dropdown should have existing indexes wh

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure index dropdown should have existing indexes wh
Date: 2020-04-14 08:38:52
Message-ID: E1jOH5o-00085W-Of@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure index dropdown should have existing indexes while creating unique constraints. Fixes #5007

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=12530cd973dd7e4adf7b1a2461ad00bdd5e1054d
Author: Ganesh Jaybhay <ganesh(dot)jaybhay(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst | 1 +
.../index_constraint/static/js/primary_key.js | 15 +++--
.../static/js/unique_constraint.js | 21 +++---
.../tests/test_index_constraint_add.py | 78 ++++++++++++++++++++++
.../constraints/index_constraint/tests/utils.py | 37 ++++++++++
5 files changed, 139 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-14 08:39:42 Re: [pgAdmin][RM5007] Index should be visible using unique constraints
Previous Message Dave Page 2020-04-14 08:18:18 Re: RM4292 - Dark mode support for Windows/macOS