pgAdmin 4 commit: Fixed an issue where changing the columns in the exis

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 changing the columns in the exis
Date: 2020-04-08 05:59:20
Message-ID: E1jM3k8-00040l-0M@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where changing the columns in the existing view throws an error. Fixes #5053

PostgreSQL doesn't allow to change the view columns. So the view should be dropped first
and then recreate it and also the user will get a warning first.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_21.rst | 1 +
.../servers/databases/schemas/views/__init__.py | 50 ++++++++++++++++------
.../databases/schemas/views/static/js/view.js | 27 +++++++++++-
3 files changed, 65 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-08 06:11:51 Re: [pgAdmin][RM5361] pgAdmin breaks on IE 11 with @simonwep/pickr
Previous Message Akshay Joshi 2020-04-08 05:59:19 pgAdmin 4 commit: Fixes an issue where pgAdmin4 GUI does not display pr