pgAdmin 4 commit: Fixes issues specific to SYNONYMS

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes issues specific to SYNONYMS
Date: 2016-08-29 14:55:38
Message-ID: E1beNyM-0005wd-CS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixes issues specific to SYNONYMS
- On droping a synonyms - the query should be modified in SQL pane.
- A proper message should be given on trying to drop an already dropped
synonyms.
- Handle the synonyms with special characters.

Fixes #1607, #1608, #1609

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=689ef8d8d140783ea29030262d594bd2db962464
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/synonyms/__init__.py | 38 +++++++++++++++++-----
.../templates/synonym/sql/9.1_plus/create.sql | 8 +++--
web/pgadmin/browser/templates/browser/js/node.js | 4 +--
3 files changed, 38 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-08-29 14:55:48 Re: PATCH: To fix the in Synonym node (pgAdmin4)
Previous Message Ashesh Vashi 2016-08-29 14:40:09 pgAdmin 4 commit: Sorting the data during tree data loading using the n