pgAdmin 4 commit: Fixed extra parentheses issue around joins for Views. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed extra parentheses issue around joins for Views.
Date
Msg-id E1krzrh-0005LA-Vu@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed extra parentheses issue around joins for Views. Fixes #6061

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a92595012fac881905eeca275488d1ec1fee8137
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_30.rst                                 | 1 +
.../schemas/views/templates/mviews/pg/9.3_plus/sql/properties.sql | 2 +-
.../schemas/views/templates/mviews/pg/9.4_plus/sql/properties.sql | 2 +-
.../schemas/views/templates/views/pg/9.1_plus/sql/properties.sql  | 2 +-
.../schemas/views/templates/views/pg/9.2_plus/sql/properties.sql  | 2 +-
.../schemas/views/templates/views/pg/9.3_plus/sql/properties.sql  | 2 +-
.../schemas/views/templates/views/pg/9.4_plus/sql/properties.sql  | 2 +-
.../servers/databases/schemas/views/tests/test_views_get.py       | 8 ++++++--
.../servers/databases/schemas/views/tests/view_test_data.json     | 6 ++++--
9 files changed, 17 insertions(+), 10 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 5457 - Kerberos Authentication - Phase 1
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-6065]: Accessibility issues in Schema diff module