pgAdmin 4 commit: Ensure that OID should be shown in properties for Syn

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 OID should be shown in properties for Syn
Date: 2020-04-10 09:24:19
Message-ID: E1jMptb-0002OA-BP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that OID should be shown in properties for Synonyms. Fixes #5270

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e238ecf1825af3a2d4ffe21a683df6d8b64627f9
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst | 1 +
.../servers/databases/schemas/synonyms/__init__.py | 24 ++++++++++++++--------
.../schemas/synonyms/static/js/synonym.js | 5 ++++-
.../templates/synonyms/sql/9.2_plus/properties.sql | 4 ++--
.../templates/synonyms/sql/9.5_plus/properties.sql | 6 +++---
.../synonyms/sql/default/get_parent_oid.sql | 4 ++--
.../templates/synonyms/sql/default/nodes.sql | 2 +-
.../templates/synonyms/sql/default/properties.sql | 4 ++--
.../schemas/synonyms/tests/test_synonym_delete.py | 12 +++++------
.../synonyms/tests/test_synonym_delete_multiple.py | 23 +++++++++++----------
.../schemas/synonyms/tests/test_synonym_get.py | 12 +++++------
.../schemas/synonyms/tests/test_synonym_put.py | 12 +++++------
.../databases/schemas/synonyms/tests/utils.py | 8 ++++++++
web/pgadmin/tools/schema_diff/directory_compare.py | 10 ---------
14 files changed, 68 insertions(+), 59 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-10 09:25:30 Re: [pgAdmin4][Patch] - RM 5270 - [EPAS] Synonym properties does not show OID.
Previous Message Akshay Joshi 2020-04-10 08:47:11 Re: [pgAdmin4][RM#2813] Do not prompt for database server password once user saves it