pgAdmin 4 commit: Ensure that OID should be shown in properties for Syn - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that OID should be shown in properties for Syn
Date
Msg-id E1jMptb-0002OA-BP@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM#2813] Do not prompt for database server passwordonce user saves it
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 5270 - [EPAS] Synonym properties does notshow OID.