pgAdmin 4 commit: 1) Added support for unique keys in ERD. Fixes #7249

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added support for unique keys in ERD. Fixes #7249
Date: 2022-03-28 10:57:21
Message-ID: E1nYn3p-0008AW-1A@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-03-28 10:57:52 Re: [pgAdmin][RM7249] Support Unique Key in ERD
Previous Message Aditya Toshniwal 2022-03-28 08:22:10 [pgAdmin][RM7249] Support Unique Key in ERD