pgAdmin 4 commit: 1) Added support for unique keys in ERD. Fixes #7249 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Added support for unique keys in ERD. Fixes #7249
Date
Msg-id E1nYn3p-0008AW-1A@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) Added support for unique keys in ERD. Fixes #7249
2) Fixed an issue where foreign key relationships do not update when the primary key is modified. Fixes #7197

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=903b300b9ec43767b91260ce6d7c2522a8b5cb9b
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_8.rst                   |  5 +-
.../static/img/unique_constraint.svg               |  2 +-
.../databases/schemas/tables/static/js/table.ui.js |  8 +--
web/pgadmin/static/js/Theme/index.jsx              |  2 +-
.../tools/erd/static/js/erd_tool/ERDCore.js        | 57 ++++++++++++++++++++--
.../erd/static/js/erd_tool/nodes/TableNode.jsx     | 39 ++++++++-------
web/regression/javascript/erd/fake_item.js         |  1 -
web/regression/javascript/erd/table_node_spec.js   | 25 ----------
.../erd/ui_components/body_widget_spec.js          |  1 +
9 files changed, 84 insertions(+), 56 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM7249] Support Unique Key in ERD
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7249] Support Unique Key in ERD