pgAdmin 4 commit: Fixed an issue where a column is renamed and then rem

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where a column is renamed and then rem
Date: 2020-09-21 05:36:17
Message-ID: E1kKEUr-0005kY-9M@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where a column is renamed and then removed, then the drop SQL query takes the wrong column name. Fixes #5807.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=553be14000b698774136dda362a8c3b8e1bd5a0d
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst | 3 ++-
web/pgadmin/browser/static/js/datamodel.js | 7 ++++---
2 files changed, 6 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-21 05:36:33 Re: [pgAdmin][RM5830] View: parenthesis re-arrangement with AND/OR
Previous Message Akshay Joshi 2020-09-21 04:00:29 Re: RM5841: server.username can be empty when using .pg_service.conf