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.moh...@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(-)