pgAdmin 4 commit: Fixed RESQL test cases, regression of RLS policy.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed RESQL test cases, regression of RLS policy.
Date: 2020-06-15 11:45:35
Message-ID: E1jknYV-0005ux-Cu@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed RESQL test cases, regression of RLS policy.

Branch
------
master

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

Modified Files
--------------
.../tables/row_security_policies/tests/default/alter_policy.sql | 7 +++----
.../row_security_policies/tests/default/alter_policy_msql.sql | 2 +-
.../row_security_policies/tests/default/create_insert_policy.sql | 7 +++----
.../row_security_policies/tests/default/create_public_policy.sql | 7 +++----
.../row_security_policies/tests/default/create_select_policy.sql | 7 +++----
.../schemas/tables/row_security_policies/tests/default/test.json | 2 +-
.../tables/templates/row_security_policies/sql/9.5_plus/create.sql | 1 -
7 files changed, 14 insertions(+), 19 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-15 11:46:06 Re: Patch for SonarQube UI fixes.
Previous Message Akshay Joshi 2020-06-15 11:21:38 Re: [pgAdmin][patch] Clumsy coding related fixes