pgAdmin 4 commit: 1) Add Reverse Engineered SQL tests for Views. Fixes - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Add Reverse Engineered SQL tests for Views. Fixes
Date
Msg-id E1i2sFc-0002gw-60@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) Add Reverse Engineered SQL tests for Views. Fixes #4576
2) Ensure View should be created with special characters. Fixes #4486

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac298b03c0c06e2cfb3ab06b2c9d59a21f32bc0a
Author: Usman Muzaffar <usman.muzaffar@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_13.rst                  |  2 +
.../templates/views/pg/9.1_plus/sql/view_id.sql    |  2 +-
.../templates/views/pg/9.2_plus/sql/create.sql     |  4 +-
.../templates/views/pg/9.2_plus/sql/view_id.sql    |  2 +-
.../templates/views/pg/9.3_plus/sql/create.sql     |  4 +-
.../templates/views/pg/9.3_plus/sql/view_id.sql    |  2 +-
.../templates/views/pg/9.4_plus/sql/create.sql     | 10 ++-
.../templates/views/pg/9.4_plus/sql/view_id.sql    |  2 +-
.../templates/views/ppas/9.1_plus/sql/view_id.sql  |  2 +-
.../templates/views/ppas/9.2_plus/sql/create.sql   |  4 +-
.../templates/views/ppas/9.2_plus/sql/view_id.sql  |  2 +-
.../templates/views/ppas/9.3_plus/sql/create.sql   |  4 +-
.../templates/views/ppas/9.3_plus/sql/view_id.sql  |  2 +-
.../templates/views/ppas/9.4_plus/sql/create.sql   | 10 ++-
.../templates/views/ppas/9.4_plus/sql/view_id.sql  |  2 +-
.../schemas/views/tests/pg/9.4_plus/alter_view.sql | 20 ++++++
.../views/tests/pg/9.4_plus/create_view.sql        | 17 +++++
.../schemas/views/tests/pg/9.4_plus/tests.json     | 78 ++++++++++++++++++++++
.../views/tests/ppas/9.4_plus/alter_view.sql       | 18 +++++
.../views/tests/ppas/9.4_plus/create_view.sql      | 21 ++++++
.../schemas/views/tests/ppas/9.4_plus/tests.json   | 76 +++++++++++++++++++++
21 files changed, 264 insertions(+), 20 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM4381] Problem with data editing when using "View/EditData" to tables with OID
Next
From: Akshay Joshi
Date:
Subject: Re: Resql test cases for views and fix for bug: 4650