pgAdmin 4 commit: 1) Fixed column "none" does not exist issue, while co

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fixed column "none" does not exist issue, while co
Date: 2022-08-18 08:12:48
Message-ID: E1oOae0-0001uz-Fg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed column "none" does not exist issue, while comparing schema objects. Fixes #7591
2) Fixed an issue where schema diff did not pick up the change in RLS policy. Fixes #7596
3) Ensure that schema diff maintains view ownership when view definitions are modified. Fixes #7611

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e45511444125ac1e965ab074808b708b9d1016a8

Modified Files
--------------
docs/en_US/release_notes_6_13.rst | 3 +++
.../schemas/tables/row_security_policies/__init__.py | 2 +-
.../views/templates/mviews/pg/default/sql/update.sql | 5 +++++
.../views/templates/mviews/ppas/default/sql/update.sql | 5 +++++
.../views/templates/views/pg/default/sql/update.sql | 18 ++++++++++++------
.../views/templates/views/ppas/default/sql/update.sql | 6 ++++++
.../tests/pg/default/alter_mview_definition_msql.sql | 3 +++
.../tests/pg/default/alter_view_add_some_priv_msql.sql | 4 ++--
.../tests/pg/default/alter_view_definition_msql.sql | 4 ++++
.../schemas/views/tests/pg/default/alter_view_msql.sql | 4 ++--
.../tests/ppas/default/alter_mview_definition_msql.sql | 3 +++
11 files changed, 46 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-18 08:13:05 Re: [pgAdmin4][Patch]: Gettext fixes in Dashboard and cloud modules
Previous Message Khushboo Vashi 2022-08-18 06:47:17 [pgAdmin4][Patch]: Gettext fixes in Dashboard and cloud modules