pgAdmin 4 commit: Fixed SQL for Row Level Security which is incorrectly - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed SQL for Row Level Security which is incorrectly
Date
Msg-id E1kFH0b-0002zq-Ei@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed SQL for Row Level Security which is incorrectly generated. Fixes #5764

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e5487d5ad762b8a5ab9187ca37548dc508781a5
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_26.rst                              |  1 +
.../databases/schemas/tables/row_security_policies/__init__.py | 10 ++++++----
.../databases/schemas/tables/row_security_policies/utils.py    |  9 +++++++--
.../templates/row_security_policies/sql/10_plus/properties.sql |  3 ++-
.../row_security_policies/sql/9.5_plus/properties.sql          |  3 ++-
.../templates/row_security_policies/sql/default/properties.sql |  3 ++-
.../server_groups/servers/databases/schemas/tables/utils.py    |  3 ++-
7 files changed, 22 insertions(+), 10 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: [pgAdmin][RM5764] : RLS SQL Incorrectly generated
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][SonarQube] : Remove duplicates string literals.