pgAdmin 4 commit: Fixed extra parentheses issue around joins for Views.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed extra parentheses issue around joins for Views.
Date: 2020-12-23 08:51:25
Message-ID: E1krzrh-0005LA-Vu@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-12-23 08:52:57 Re: [pgAdmin][RM-6065]: Accessibility issues in Schema diff module
Previous Message Akshay Joshi 2020-12-22 12:37:02 Re: [pgAdmin4][Patch] - RM 5457 - Kerberos Authentication - Phase 1