public inbox for [email protected]  
help / color / mirror / Atom feed
pgAdmin 4 commit: Fixed an issue where changing the columns in the exis
2+ messages / 1 participants
[nested] [flat]

* pgAdmin 4 commit: Fixed an issue where changing the columns in the exis
@ 2020-04-08 05:59  Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Akshay Joshi @ 2020-04-08 05:59 UTC (permalink / raw)
  To: [email protected]

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=f4607885e1ed975cfb345b1c52ea2be6084c...
Author: Khushboo Vashi <[email protected]>

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(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

*  pgAdmin 4 commit: Fixed an issue where changing the values of columns w
@ 2020-04-13 08:34  Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Akshay Joshi @ 2020-04-13 08:34 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where changing the values of columns with JSONB or JSON types to NULL. Fixes #4969

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b427a8772441eecf24a6932246c5551e7de4...
Author: Aditya Toshniwal <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst          | 3 ++-
web/pgadmin/static/js/slickgrid/editors.js | 8 +++++---
2 files changed, 7 insertions(+), 4 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2020-04-13 08:34 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08 05:59 pgAdmin 4 commit: Fixed an issue where changing the columns in the exis Akshay Joshi <[email protected]>
2020-04-13 08:34  pgAdmin 4 commit: Fixed an issue where changing the values of columns w Akshay Joshi <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox