[pgadmin-org/pgadmin4] c9db4a: Add DROP SQL for foreign keys in SQL generated by ...

From: Aditya Toshniwal <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] c9db4a: Add DROP SQL for foreign keys in SQL generated by ...
Date: 2023-11-16 11:25:42
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/cc2391-c9db4a@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: c9db4a0d16f90fb91c383fa097d40f313bc0c7b1
https://github.com/pgadmin-org/pgadmin4/commit/c9db4a0d16f90fb91c383fa097d40f313bc0c7b1
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-11-16 (Thu, 16 Nov 2023)

Changed paths:
M docs/en_US/release_notes_7_9.rst
M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/utils.py
M web/pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js
M web/pgadmin/browser/server_groups/servers/static/js/server.js
M web/pgadmin/browser/static/js/node.js
M web/pgadmin/static/js/Theme/overrides/rcdock.override.js
M web/pgadmin/static/js/utils.js
M web/pgadmin/static/scss/_codemirror.overrides.scss
M web/pgadmin/static/scss/_pgadmin.style.scss
M web/pgadmin/tools/erd/__init__.py
M web/pgadmin/tools/user_management/static/scss/_user_management.scss

Log Message:
-----------
Add DROP SQL for foreign keys in SQL generated by ERD when using WITH DROP option. #5770

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2023-11-16 12:19:47 [pgadmin-org/pgadmin4] 302e1a: Fixed an issue where the data type of the array ty...
Previous Message Akshay Joshi 2023-11-16 09:13:23 [pgadmin-org/pgadmin4] cc2391: Fixed and improve few API test cases.