pgAdmin 4 commit: Remove extra brackets from reverse engineering SQL of - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Remove extra brackets from reverse engineering SQL of
Date
Msg-id E1jqDic-0006fk-MF@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Remove extra brackets from reverse engineering SQL of RLS Policy. Fixes #5621

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_24.rst                  |  1 +
.../databases/schemas/tables/indexes/utils.py      | 10 +++++++++
.../tables/row_security_policies/__init__.py       | 25 ++++++++++++----------
.../schemas/tables/row_security_policies/utils.py  |  8 +++----
.../sql/9.5_plus/properties.sql                    |  2 --
5 files changed, 29 insertions(+), 17 deletions(-)


pgadmin-hackers by date:

Previous
From: Satish V
Date:
Subject: Re- [SonarQube][patch]- codesmell
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][patch] trigger's when clause related fixes