pgAdmin 4 commit: Ensure that proper error should be displayed for the

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that proper error should be displayed for the
Date: 2020-06-03 05:56:39
Message-ID: E1jgMOF-0000t1-DP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that proper error should be displayed for the deleted node. Fixes #3669

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d22e27658671dac11d91e4ce7ecf72a4ea167e39
Author: Satish V <satish(dot)v(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_23.rst | 1 +
.../foreign_servers/__init__.py | 5 +-
.../foreign_servers/user_mappings/__init__.py | 3 +
.../schemas/domains/domain_constraints/__init__.py | 8 +++
.../databases/schemas/foreign_tables/__init__.py | 23 +++++++-
.../databases/schemas/functions/__init__.py | 2 +
.../servers/databases/schemas/tables/__init__.py | 23 ++++++++
.../databases/schemas/tables/columns/__init__.py | 3 +-
.../constraints/check_constraint/__init__.py | 4 ++
.../databases/schemas/tables/indexes/__init__.py | 2 +
.../databases/schemas/tables/triggers/__init__.py | 2 +
.../servers/databases/schemas/tables/utils.py | 18 +++++-
.../servers/databases/static/js/database.js | 3 +
.../server_groups/servers/roles/__init__.py | 2 +-
web/pgadmin/browser/static/js/error.js | 11 +++-
web/pgadmin/browser/static/js/node.js | 2 +-
web/pgadmin/browser/static/js/toolbar.js | 1 +
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 67 ++++++++++++----------
web/pgadmin/tools/datagrid/__init__.py | 5 ++
web/pgadmin/tools/datagrid/static/js/show_data.js | 14 +++--
web/pgadmin/tools/debugger/__init__.py | 5 +-
web/pgadmin/tools/sqleditor/command.py | 4 ++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 27 ++++++---
.../utils/driver/psycopg2/server_manager.py | 3 +-
24 files changed, 186 insertions(+), 52 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-03 05:57:44 Re: Re- [RM-3669]If user drop any object and click on create script, count rows and Truncate table, proper error should displayed that object is in present
Previous Message Khushboo Vashi 2020-06-03 03:59:04 Re: Re- [RM-3669]If user drop any object and click on create script, count rows and Truncate table, proper error should displayed that object is in present