pgAdmin 4 commit: Fix 'Could not find the object on the server.' error

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix 'Could not find the object on the server.' error
Date: 2019-12-03 10:16:31
Message-ID: E1ic5EN-00016M-Gm@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix 'Could not find the object on the server.' error while refreshing the check constraint. Fixes #4966.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9110703aaa100840b7bed4820c3a6c59884b0c7b

Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 1 +
.../databases/schemas/tables/constraints/check_constraint/__init__.py | 1 +
.../schemas/tables/templates/check_constraint/sql/9.2_plus/nodes.sql | 3 ++-
.../schemas/tables/templates/check_constraint/sql/default/nodes.sql | 3 ++-
4 files changed, 6 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-12-03 10:39:40 Re: pgAdmin 4 commit: Use a 'play' icon for the Execute Query button in the
Previous Message Aditya Toshniwal 2019-12-03 10:08:01 Re: pgAdmin 4 commit: Use a 'play' icon for the Execute Query button in the