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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Ensure index dropdown should have existing indexes wh
Дата
Msg-id E1jOH5o-00085W-Of@gothos.postgresql.org
обсуждение исходный текст
Список 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.jaybhay@enterprisedb.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(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: RM4292 - Dark mode support for Windows/macOS
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM5007] Index should be visible using unique constraints